Html Css Color HEX #FCC311 Golden Poppy

📋 copy color: '#FCC311'

red 252 ◦ green 195 ◦ blue 17

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

Shades of Golden Poppy #FCC311

Tints of Golden Poppy #FCC311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.66%

R = 54.31%
G = 42.03%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCC311 (or 0xFCC311) is known color: Golden Poppy. HEX triplet: FC, C3 and 11. RGB value is (252,195,17). Sum of RGB (Red+Green+Blue) = 252+195+17=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC311 is #033CEE. Grayscale: #C0C0C0. Windows color (decimal): -212207 or 1164284. OLE color: 1164284.

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

Color convert

RGB 252 195 17 -
CMYK 0 0.23 0.93 0.01
HSL 45.45º 0.98% 0.53% -
HSV(B) 45.45º 0.93% 0.99% -
XYZ 59.76 59.77 8.92 -
YUV 191.75 29.38 170.97 -
System Red Green Blue C M Y K H S L
Decimal 252 195 17 0 0.23 0.93 0.01 45.45 0.98 0.53
Hex FC C3 11 0 17 5D 1 2D 62 35
Octal 374 303 21 0 27 135 1 55 142 65
Binary 11111100 11000011 10001 0 10111 1011101 1 101101 1100010 110101

Color Harmonies of #FCC311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC311

Black with #FCC311

Text Example


Text Example

White with #FCC311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC311; }

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

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

background-color css

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

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

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

border-color css

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

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

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