Html Css Color HEX #FCC10D Golden Poppy

📋 copy color: '#FCC10D'

red 252 ◦ green 193 ◦ blue 13

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

Shades of Golden Poppy #FCC10D

Tints of Golden Poppy #FCC10D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.14%

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

R = 55.02%
G = 42.14%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCC10D (or 0xFCC10D) is known color: Golden Poppy. HEX triplet: FC, C1 and 0D. RGB value is (252,193,13). Sum of RGB (Red+Green+Blue) = 252+193+13=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC10D is #033EF2. Grayscale: #BEBEBE. Windows color (decimal): -212723 or 901628. OLE color: 901628.

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

Color convert

RGB 252 193 13 -
CMYK 0 0.23 0.95 0.01
HSL 45.19º 0.98% 0.52% -
HSV(B) 45.19º 0.95% 0.99% -
XYZ 59.29 58.86 8.62 -
YUV 190.12 28.05 172.14 -
System Red Green Blue C M Y K H S L
Decimal 252 193 13 0 0.23 0.95 0.01 45.19 0.98 0.52
Hex FC C1 D 0 17 5F 1 2D 62 34
Octal 374 301 15 0 27 137 1 55 142 64
Binary 11111100 11000001 1101 0 10111 1011111 1 101101 1100010 110100

Color Harmonies of #FCC10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC10D

Black with #FCC10D

Text Example


Text Example

White with #FCC10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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