Html Css Color HEX #FCC003 Golden Poppy

📋 copy color: '#FCC003'

red 252 ◦ green 192 ◦ blue 3

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

Shades of Golden Poppy #FCC003

Tints of Golden Poppy #FCC003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 56.38%
G = 42.95%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCC003 (or 0xFCC003) is known color: Golden Poppy. HEX triplet: FC, C0 and 03. RGB value is (252,192,3). Sum of RGB (Red+Green+Blue) = 252+192+3=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC003 is #033FFC. Grayscale: #BDBDBD. Windows color (decimal): -212989 or 246012. OLE color: 246012.

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

Color convert

RGB 252 192 3 -
CMYK 0 0.24 0.99 0.01
HSL 45.54º 0.98% 0.5% -
HSV(B) 45.54º 0.99% 0.99% -
XYZ 59.01 58.4 8.25 -
YUV 188.39 23.38 173.37 -
System Red Green Blue C M Y K H S L
Decimal 252 192 3 0 0.24 0.99 0.01 45.54 0.98 0.5
Hex FC C0 3 0 18 63 1 2E 62 32
Octal 374 300 3 0 30 143 1 56 142 62
Binary 11111100 11000000 11 0 11000 1100011 1 101110 1100010 110010

Color Harmonies of #FCC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC003

Black with #FCC003

Text Example


Text Example

White with #FCC003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC003; }

 p { color: rgb(252,192,3); }

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

background-color css

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

 a { background-color: rgb(252,192,3); }

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

border-color css

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

 span { border-color: rgb(252,192,3); }

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