Html Css Color HEX #FFD130 Sunglow

📋 copy color: '#FFD130'

red 255 ◦ green 209 ◦ blue 48

#FFD130
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglow #FFD130

Tints of Sunglow #FFD130

RGB

 RED value IS 255 (100% from 255) = 49.8%

 GREEN value IS 209 (82.03% from 255) = 40.82%

 BLUE value IS 48 (19.14% from 255) = 9.38%

R = 49.8%
G = 40.82%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFD130 (or 0xFFD130) is known color: Sunglow. HEX triplet: FF, D1 and 30. RGB value is (255,209,48). Sum of RGB (Red+Green+Blue) = 255+209+48=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD130 is #002ECF. Grayscale: #CDCDCD. Windows color (decimal): -11984 or 3199487. OLE color: 3199487.

HSL color Cylindrical-coordinate representation of color #FFD130: hue angle of 46.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFD130 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 209 48 -
CMYK 0 0.18 0.81 0
HSL 46.67º 1% 0.59% -
HSV(B) 46.67º 0.81% 1% -
XYZ 64.57 67.07 12.34 -
YUV 204.4 39.74 164.09 -
System Red Green Blue C M Y K H S L
Decimal 255 209 48 0 0.18 0.81 0 46.67 1 0.59
Hex FF D1 30 0 12 51 0 2F 64 3B
Octal 377 321 60 0 22 121 0 57 144 73
Binary 11111111 11010001 110000 0 10010 1010001 0 101111 1100100 111011

Color Harmonies of #FFD130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD130

Black with #FFD130

Text Example


Text Example

White with #FFD130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD130; }

 p { color: rgb(255,209,48); }

 H1.HeaderClassName
 {
   color: #FFD130;
 }
 .AnyTagClassName
 {
   color: #FFD130;
 }
</style>

background-color css

<style>
 a { background-color: #FFD130; }

 a { background-color: rgb(255,209,48); }

 div.DivClassName
 {
   background-color: #FFD130;
 }
 .BgClassName
 {
   background-color: #FFD130;
 }
</style>

border-color css

<style>
 span { border-color: #FFD130; }

 span { border-color: rgb(255,209,48); }

 td.TdClassName
 {
   border-color: #FFD130;
 }
 .TagClassName
 {
   border-color: #FFD130;
 }
</style>