Html Css Color HEX #FCC105 Golden Poppy

📋 copy color: '#FCC105'

red 252 ◦ green 193 ◦ blue 5

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

Shades of Golden Poppy #FCC105

Tints of Golden Poppy #FCC105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 56%
G = 42.89%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCC105 (or 0xFCC105) is known color: Golden Poppy. HEX triplet: FC, C1 and 05. RGB value is (252,193,5). Sum of RGB (Red+Green+Blue) = 252+193+5=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC105 is #033EFA. Grayscale: #BEBEBE. Windows color (decimal): -212731 or 377340. OLE color: 377340.

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

Color convert

RGB 252 193 5 -
CMYK 0 0.23 0.98 0.01
HSL 45.67º 0.98% 0.5% -
HSV(B) 45.67º 0.98% 0.99% -
XYZ 59.24 58.85 8.38 -
YUV 189.21 24.05 172.79 -
System Red Green Blue C M Y K H S L
Decimal 252 193 5 0 0.23 0.98 0.01 45.67 0.98 0.5
Hex FC C1 5 0 17 62 1 2E 62 32
Octal 374 301 5 0 27 142 1 56 142 62
Binary 11111100 11000001 101 0 10111 1100010 1 101110 1100010 110010

Color Harmonies of #FCC105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC105

Black with #FCC105

Text Example


Text Example

White with #FCC105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC105; }

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

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

background-color css

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

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

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

border-color css

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

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

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