Html Css Color HEX #FCCC2C Sunglow

📋 copy color: '#FCCC2C'

red 252 ◦ green 204 ◦ blue 44

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

Shades of Sunglow #FCCC2C

Tints of Sunglow #FCCC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.8%

R = 50.4%
G = 40.8%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCCC2C (or 0xFCCC2C) is known color: Sunglow. HEX triplet: FC, CC and 2C. RGB value is (252,204,44). Sum of RGB (Red+Green+Blue) = 252+204+44=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 44 (17.58% from 255 or 8.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC2C is #0333D3. Grayscale: #C8C8C8. Windows color (decimal): -209876 or 2936060. OLE color: 2936060.

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

Color convert

RGB 252 204 44 -
CMYK 0 0.19 0.83 0.01
HSL 46.15º 0.97% 0.58% -
HSV(B) 46.15º 0.83% 0.99% -
XYZ 62.19 64.06 11.47 -
YUV 200.11 39.9 165.01 -
System Red Green Blue C M Y K H S L
Decimal 252 204 44 0 0.19 0.83 0.01 46.15 0.97 0.58
Hex FC CC 2C 0 13 53 1 2E 61 3A
Octal 374 314 54 0 23 123 1 56 141 72
Binary 11111100 11001100 101100 0 10011 1010011 1 101110 1100001 111010

Color Harmonies of #FCCC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC2C

Black with #FCCC2C

Text Example


Text Example

White with #FCCC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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