Html Css Color HEX #FDC112 Golden Poppy

📋 copy color: '#FDC112'

red 253 ◦ green 193 ◦ blue 18

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

Shades of Golden Poppy #FDC112

Tints of Golden Poppy #FDC112

RGB

 RED value IS 253 (99.22% from 255) = 54.53%

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

 BLUE value IS 18 (7.42% from 255) = 3.88%

R = 54.53%
G = 41.59%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDC112 (or 0xFDC112) is known color: Golden Poppy. HEX triplet: FD, C1 and 12. RGB value is (253,193,18). Sum of RGB (Red+Green+Blue) = 253+193+18=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC112 is #023EED. Grayscale: #BFBFBF. Windows color (decimal): -147182 or 1229309. OLE color: 1229309.

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

Color convert

RGB 253 193 18 -
CMYK 0 0.24 0.93 0.01
HSL 44.68º 0.98% 0.53% -
HSV(B) 44.68º 0.93% 0.99% -
XYZ 59.69 59.07 8.83 -
YUV 190.99 30.38 172.23 -
System Red Green Blue C M Y K H S L
Decimal 253 193 18 0 0.24 0.93 0.01 44.68 0.98 0.53
Hex FD C1 12 0 18 5D 1 2D 62 35
Octal 375 301 22 0 30 135 1 55 142 65
Binary 11111101 11000001 10010 0 11000 1011101 1 101101 1100010 110101

Color Harmonies of #FDC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC112

Black with #FDC112

Text Example


Text Example

White with #FDC112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC112; }

 p { color: rgb(253,193,18); }

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

background-color css

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

 a { background-color: rgb(253,193,18); }

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

border-color css

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

 span { border-color: rgb(253,193,18); }

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