Html Css Color HEX #FCC00F Golden Poppy

📋 copy color: '#FCC00F'

red 252 ◦ green 192 ◦ blue 15

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

Shades of Golden Poppy #FCC00F

Tints of Golden Poppy #FCC00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.27%

R = 54.9%
G = 41.83%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCC00F (or 0xFCC00F) is known color: Golden Poppy. HEX triplet: FC, C0 and 0F. RGB value is (252,192,15). Sum of RGB (Red+Green+Blue) = 252+192+15=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC00F is #033FF0. Grayscale: #BEBEBE. Windows color (decimal): -212977 or 1032444. OLE color: 1032444.

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

Color convert

RGB 252 192 15 -
CMYK 0 0.24 0.94 0.01
HSL 44.81º 0.98% 0.52% -
HSV(B) 44.81º 0.94% 0.99% -
XYZ 59.08 58.43 8.62 -
YUV 189.76 29.38 172.39 -
System Red Green Blue C M Y K H S L
Decimal 252 192 15 0 0.24 0.94 0.01 44.81 0.98 0.52
Hex FC C0 F 0 18 5E 1 2D 62 34
Octal 374 300 17 0 30 136 1 55 142 64
Binary 11111100 11000000 1111 0 11000 1011110 1 101101 1100010 110100

Color Harmonies of #FCC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC00F

Black with #FCC00F

Text Example


Text Example

White with #FCC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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