Html Css Color HEX #FCD130 Sunglow

📋 copy color: '#FCD130'

red 252 ◦ green 209 ◦ blue 48

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

Shades of Sunglow #FCD130

Tints of Sunglow #FCD130

RGB

 RED value IS 252 (98.83% from 255) = 49.51%

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

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

R = 49.51%
G = 41.06%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCD130 (or 0xFCD130) is known color: Sunglow. HEX triplet: FC, D1 and 30. RGB value is (252,209,48). Sum of RGB (Red+Green+Blue) = 252+209+48=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 48 (19.14% from 255 or 9.43% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD130 is #032ECF. Grayscale: #CCCCCC. Windows color (decimal): -208592 or 3199484. OLE color: 3199484.

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

Color convert

RGB 252 209 48 -
CMYK 0 0.17 0.81 0.01
HSL 47.35º 0.97% 0.59% -
HSV(B) 47.35º 0.81% 0.99% -
XYZ 63.48 66.51 12.29 -
YUV 203.5 40.25 162.59 -
System Red Green Blue C M Y K H S L
Decimal 252 209 48 0 0.17 0.81 0.01 47.35 0.97 0.59
Hex FC D1 30 0 11 51 1 2F 61 3B
Octal 374 321 60 0 21 121 1 57 141 73
Binary 11111100 11010001 110000 0 10001 1010001 1 101111 1100001 111011

Color Harmonies of #FCD130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD130

Black with #FCD130

Text Example


Text Example

White with #FCD130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD130; }

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

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

background-color css

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

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

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

border-color css

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

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

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