Html Css Color HEX #FCCC42 Sunglow

📋 copy color: '#FCCC42'

red 252 ◦ green 204 ◦ blue 66

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

Shades of Sunglow #FCCC42

Tints of Sunglow #FCCC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.08%

 BLUE value IS 66 (26.17% from 255) = 12.64%

R = 48.28%
G = 39.08%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCCC42 (or 0xFCCC42) is known color: Sunglow. HEX triplet: FC, CC and 42. RGB value is (252,204,66). Sum of RGB (Red+Green+Blue) = 252+204+66=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC42 is #0333BD. Grayscale: #CBCBCB. Windows color (decimal): -209854 or 4377852. OLE color: 4377852.

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

Color convert

RGB 252 204 66 -
CMYK 0 0.19 0.74 0.01
HSL 44.52º 0.97% 0.62% -
HSV(B) 44.52º 0.74% 0.99% -
XYZ 62.72 64.27 14.25 -
YUV 202.62 50.9 163.22 -
System Red Green Blue C M Y K H S L
Decimal 252 204 66 0 0.19 0.74 0.01 44.52 0.97 0.62
Hex FC CC 42 0 13 4A 1 2D 61 3E
Octal 374 314 102 0 23 112 1 55 141 76
Binary 11111100 11001100 1000010 0 10011 1001010 1 101101 1100001 111110

Color Harmonies of #FCCC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC42

Black with #FCCC42

Text Example


Text Example

White with #FCCC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC42; }

 p { color: rgb(252,204,66); }

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

background-color css

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

 a { background-color: rgb(252,204,66); }

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

border-color css

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

 span { border-color: rgb(252,204,66); }

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