Html Css Color HEX #FDC412 Golden Poppy

📋 copy color: '#FDC412'

red 253 ◦ green 196 ◦ blue 18

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

Shades of Golden Poppy #FDC412

Tints of Golden Poppy #FDC412

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

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

R = 54.18%
G = 41.97%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDC412 (or 0xFDC412) is known color: Golden Poppy. HEX triplet: FD, C4 and 12. RGB value is (253,196,18). Sum of RGB (Red+Green+Blue) = 253+196+18=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC412 is #023BED. Grayscale: #C1C1C1. Windows color (decimal): -146414 or 1230077. OLE color: 1230077.

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

Color convert

RGB 253 196 18 -
CMYK 0 0.23 0.93 0.01
HSL 45.45º 0.98% 0.53% -
HSV(B) 45.45º 0.93% 0.99% -
XYZ 60.36 60.41 9.05 -
YUV 192.75 29.38 170.97 -
System Red Green Blue C M Y K H S L
Decimal 253 196 18 0 0.23 0.93 0.01 45.45 0.98 0.53
Hex FD C4 12 0 17 5D 1 2D 62 35
Octal 375 304 22 0 27 135 1 55 142 65
Binary 11111101 11000100 10010 0 10111 1011101 1 101101 1100010 110101

Color Harmonies of #FDC412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC412

Black with #FDC412

Text Example


Text Example

White with #FDC412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC412; }

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

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

background-color css

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

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

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

border-color css

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

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

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