Html Css Color HEX #FCCC2F Sunglow

📋 copy color: '#FCCC2F'

red 252 ◦ green 204 ◦ blue 47

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

Shades of Sunglow #FCCC2F

Tints of Sunglow #FCCC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.34%

R = 50.1%
G = 40.56%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCCC2F (or 0xFCCC2F) is known color: Sunglow. HEX triplet: FC, CC and 2F. RGB value is (252,204,47). Sum of RGB (Red+Green+Blue) = 252+204+47=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC2F is #0333D0. Grayscale: #C9C9C9. Windows color (decimal): -209873 or 3132668. OLE color: 3132668.

HSL color Cylindrical-coordinate representation of color #FCCC2F: hue angle of 45.95º 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 #FCCC2F is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 47 -
CMYK 0 0.19 0.81 0.01
HSL 45.95º 0.97% 0.59% -
HSV(B) 45.95º 0.81% 0.99% -
XYZ 62.25 64.09 11.78 -
YUV 200.45 41.4 164.77 -
System Red Green Blue C M Y K H S L
Decimal 252 204 47 0 0.19 0.81 0.01 45.95 0.97 0.59
Hex FC CC 2F 0 13 51 1 2E 61 3B
Octal 374 314 57 0 23 121 1 56 141 73
Binary 11111100 11001100 101111 0 10011 1010001 1 101110 1100001 111011

Color Harmonies of #FCCC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC2F

Black with #FCCC2F

Text Example


Text Example

White with #FCCC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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