Html Css Color HEX #FCC00B Golden Poppy

📋 copy color: '#FCC00B'

red 252 ◦ green 192 ◦ blue 11

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

Shades of Golden Poppy #FCC00B

Tints of Golden Poppy #FCC00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.42%

R = 55.38%
G = 42.2%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCC00B (or 0xFCC00B) is known color: Golden Poppy. HEX triplet: FC, C0 and 0B. RGB value is (252,192,11). Sum of RGB (Red+Green+Blue) = 252+192+11=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC00B is #033FF4. Grayscale: #BEBEBE. Windows color (decimal): -212981 or 770300. OLE color: 770300.

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

Color convert

RGB 252 192 11 -
CMYK 0 0.24 0.96 0.01
HSL 45.06º 0.98% 0.52% -
HSV(B) 45.06º 0.96% 0.99% -
XYZ 59.05 58.42 8.48 -
YUV 189.31 27.38 172.72 -
System Red Green Blue C M Y K H S L
Decimal 252 192 11 0 0.24 0.96 0.01 45.06 0.98 0.52
Hex FC C0 B 0 18 60 1 2D 62 34
Octal 374 300 13 0 30 140 1 55 142 64
Binary 11111100 11000000 1011 0 11000 1100000 1 101101 1100010 110100

Color Harmonies of #FCC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC00B

Black with #FCC00B

Text Example


Text Example

White with #FCC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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