Html Css Color HEX #FCC40B Golden Poppy

📋 copy color: '#FCC40B'

red 252 ◦ green 196 ◦ blue 11

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

Shades of Golden Poppy #FCC40B

Tints of Golden Poppy #FCC40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.7%

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

R = 54.9%
G = 42.7%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCC40B (or 0xFCC40B) is known color: Golden Poppy. HEX triplet: FC, C4 and 0B. RGB value is (252,196,11). Sum of RGB (Red+Green+Blue) = 252+196+11=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC40B is #033BF4. Grayscale: #C0C0C0. Windows color (decimal): -211957 or 771324. OLE color: 771324.

HSL color Cylindrical-coordinate representation of color #FCC40B: hue angle of 46.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 #FCC40B is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 196 11 -
CMYK 0 0.22 0.96 0.01
HSL 46.06º 0.98% 0.52% -
HSV(B) 46.06º 0.96% 0.99% -
XYZ 59.95 60.2 8.78 -
YUV 191.65 26.05 171.04 -
System Red Green Blue C M Y K H S L
Decimal 252 196 11 0 0.22 0.96 0.01 46.06 0.98 0.52
Hex FC C4 B 0 16 60 1 2E 62 34
Octal 374 304 13 0 26 140 1 56 142 64
Binary 11111100 11000100 1011 0 10110 1100000 1 101110 1100010 110100

Color Harmonies of #FCC40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC40B

Black with #FCC40B

Text Example


Text Example

White with #FCC40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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