Html Css Color HEX #FCC40D Golden Poppy

📋 copy color: '#FCC40D'

red 252 ◦ green 196 ◦ blue 13

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

Shades of Golden Poppy #FCC40D

Tints of Golden Poppy #FCC40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.82%

R = 54.66%
G = 42.52%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCC40D (or 0xFCC40D) is known color: Golden Poppy. HEX triplet: FC, C4 and 0D. RGB value is (252,196,13). Sum of RGB (Red+Green+Blue) = 252+196+13=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC40D is #033BF2. Grayscale: #C0C0C0. Windows color (decimal): -211955 or 902396. OLE color: 902396.

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

Color convert

RGB 252 196 13 -
CMYK 0 0.22 0.95 0.01
HSL 45.94º 0.98% 0.52% -
HSV(B) 45.94º 0.95% 0.99% -
XYZ 59.96 60.2 8.84 -
YUV 191.88 27.05 170.88 -
System Red Green Blue C M Y K H S L
Decimal 252 196 13 0 0.22 0.95 0.01 45.94 0.98 0.52
Hex FC C4 D 0 16 5F 1 2E 62 34
Octal 374 304 15 0 26 137 1 56 142 64
Binary 11111100 11000100 1101 0 10110 1011111 1 101110 1100010 110100

Color Harmonies of #FCC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC40D

Black with #FCC40D

Text Example


Text Example

White with #FCC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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