Html Css Color HEX #FCC00D Golden Poppy

📋 copy color: '#FCC00D'

red 252 ◦ green 192 ◦ blue 13

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

Shades of Golden Poppy #FCC00D

Tints of Golden Poppy #FCC00D

RGB

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

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

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

R = 55.14%
G = 42.01%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCC00D (or 0xFCC00D) is known color: Golden Poppy. HEX triplet: FC, C0 and 0D. RGB value is (252,192,13). Sum of RGB (Red+Green+Blue) = 252+192+13=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC00D is #033FF2. Grayscale: #BEBEBE. Windows color (decimal): -212979 or 901372. OLE color: 901372.

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

Color convert

RGB 252 192 13 -
CMYK 0 0.24 0.95 0.01
HSL 44.94º 0.98% 0.52% -
HSV(B) 44.94º 0.95% 0.99% -
XYZ 59.07 58.42 8.54 -
YUV 189.53 28.38 172.55 -
System Red Green Blue C M Y K H S L
Decimal 252 192 13 0 0.24 0.95 0.01 44.94 0.98 0.52
Hex FC C0 D 0 18 5F 1 2D 62 34
Octal 374 300 15 0 30 137 1 55 142 64
Binary 11111100 11000000 1101 0 11000 1011111 1 101101 1100010 110100

Color Harmonies of #FCC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC00D

Black with #FCC00D

Text Example


Text Example

White with #FCC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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