Html Css Color HEX #FCC302 Golden Poppy

📋 copy color: '#FCC302'

red 252 ◦ green 195 ◦ blue 2

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

Shades of Golden Poppy #FCC302

Tints of Golden Poppy #FCC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.43%

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

R = 56.12%
G = 43.43%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCC302 (or 0xFCC302) is known color: Golden Poppy. HEX triplet: FC, C3 and 02. RGB value is (252,195,2). Sum of RGB (Red+Green+Blue) = 252+195+2=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC302 is #033CFD. Grayscale: #BEBEBE. Windows color (decimal): -212222 or 181244. OLE color: 181244.

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

Color convert

RGB 252 195 2 -
CMYK 0 0.23 0.99 0.01
HSL 46.32º 0.98% 0.5% -
HSV(B) 46.32º 0.99% 0.99% -
XYZ 59.67 59.73 8.44 -
YUV 190.04 21.88 172.19 -
System Red Green Blue C M Y K H S L
Decimal 252 195 2 0 0.23 0.99 0.01 46.32 0.98 0.5
Hex FC C3 2 0 17 63 1 2E 62 32
Octal 374 303 2 0 27 143 1 56 142 62
Binary 11111100 11000011 10 0 10111 1100011 1 101110 1100010 110010

Color Harmonies of #FCC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC302

Black with #FCC302

Text Example


Text Example

White with #FCC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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