Html Css Color HEX #FCC602 Golden Poppy

📋 copy color: '#FCC602'

red 252 ◦ green 198 ◦ blue 2

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

Shades of Golden Poppy #FCC602

Tints of Golden Poppy #FCC602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.81%

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 55.75%
G = 43.81%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCC602 (or 0xFCC602) is known color: Golden Poppy. HEX triplet: FC, C6 and 02. RGB value is (252,198,2). Sum of RGB (Red+Green+Blue) = 252+198+2=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC602 is #0339FD. Grayscale: #C0C0C0. Windows color (decimal): -211454 or 182012. OLE color: 182012.

HSL color Cylindrical-coordinate representation of color #FCC602: hue angle of 47.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCC602 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 2 -
CMYK 0 0.21 0.99 0.01
HSL 47.04º 0.98% 0.5% -
HSV(B) 47.04º 0.99% 0.99% -
XYZ 60.35 61.09 8.67 -
YUV 191.8 20.89 170.94 -
System Red Green Blue C M Y K H S L
Decimal 252 198 2 0 0.21 0.99 0.01 47.04 0.98 0.5
Hex FC C6 2 0 15 63 1 2F 62 32
Octal 374 306 2 0 25 143 1 57 142 62
Binary 11111100 11000110 10 0 10101 1100011 1 101111 1100010 110010

Color Harmonies of #FCC602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC602

Black with #FCC602

Text Example


Text Example

White with #FCC602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC602; }

 p { color: rgb(252,198,2); }

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

background-color css

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

 a { background-color: rgb(252,198,2); }

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

border-color css

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

 span { border-color: rgb(252,198,2); }

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