Html Css Color HEX #FCC940 Sunglow

📋 copy color: '#FCC940'

red 252 ◦ green 201 ◦ blue 64

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

Shades of Sunglow #FCC940

Tints of Sunglow #FCC940

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.88%

 BLUE value IS 64 (25.39% from 255) = 12.38%

R = 48.74%
G = 38.88%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCC940 (or 0xFCC940) is known color: Sunglow. HEX triplet: FC, C9 and 40. RGB value is (252,201,64). Sum of RGB (Red+Green+Blue) = 252+201+64=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC940 is #0336BF. Grayscale: #C9C9C9. Windows color (decimal): -210624 or 4246012. OLE color: 4246012.

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

Color convert

RGB 252 201 64 -
CMYK 0 0.20 0.75 0.01
HSL 43.72º 0.97% 0.62% -
HSV(B) 43.72º 0.75% 0.99% -
XYZ 61.96 62.84 13.71 -
YUV 200.63 50.9 164.64 -
System Red Green Blue C M Y K H S L
Decimal 252 201 64 0 0.20 0.75 0.01 43.72 0.97 0.62
Hex FC C9 40 0 14 4B 1 2C 61 3E
Octal 374 311 100 0 24 113 1 54 141 76
Binary 11111100 11001001 1000000 0 10100 1001011 1 101100 1100001 111110

Color Harmonies of #FCC940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC940

Black with #FCC940

Text Example


Text Example

White with #FCC940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC940; }

 p { color: rgb(252,201,64); }

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

background-color css

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

 a { background-color: rgb(252,201,64); }

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

border-color css

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

 span { border-color: rgb(252,201,64); }

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