Html Css Color HEX #FCC10C Golden Poppy

📋 copy color: '#FCC10C'

red 252 ◦ green 193 ◦ blue 12

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

Shades of Golden Poppy #FCC10C

Tints of Golden Poppy #FCC10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.63%

R = 55.14%
G = 42.23%
B = 2.63%

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

#FCC10C (or 0xFCC10C) is known color: Golden Poppy. HEX triplet: FC, C1 and 0C. RGB value is (252,193,12). Sum of RGB (Red+Green+Blue) = 252+193+12=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC10C is #033EF3. Grayscale: #BEBEBE. Windows color (decimal): -212724 or 836092. OLE color: 836092.

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

Color convert

RGB 252 193 12 -
CMYK 0 0.23 0.95 0.01
HSL 45.25º 0.98% 0.52% -
HSV(B) 45.25º 0.95% 0.99% -
XYZ 59.28 58.86 8.58 -
YUV 190.01 27.55 172.22 -
System Red Green Blue C M Y K H S L
Decimal 252 193 12 0 0.23 0.95 0.01 45.25 0.98 0.52
Hex FC C1 C 0 17 5F 1 2D 62 34
Octal 374 301 14 0 27 137 1 55 142 64
Binary 11111100 11000001 1100 0 10111 1011111 1 101101 1100010 110100

Color Harmonies of #FCC10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC10C

Black with #FCC10C

Text Example


Text Example

White with #FCC10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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