Html Css Color HEX #FDC612 Golden Poppy

📋 copy color: '#FDC612'

red 253 ◦ green 198 ◦ blue 18

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

Shades of Golden Poppy #FDC612

Tints of Golden Poppy #FDC612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.22%

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

R = 53.94%
G = 42.22%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDC612 (or 0xFDC612) is known color: Golden Poppy. HEX triplet: FD, C6 and 12. RGB value is (253,198,18). Sum of RGB (Red+Green+Blue) = 253+198+18=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC612 is #0239ED. Grayscale: #C2C2C2. Windows color (decimal): -145902 or 1230589. OLE color: 1230589.

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

Color convert

RGB 253 198 18 -
CMYK 0 0.22 0.93 0.01
HSL 45.96º 0.98% 0.53% -
HSV(B) 45.96º 0.93% 0.99% -
XYZ 60.81 61.31 9.2 -
YUV 193.93 28.72 170.14 -
System Red Green Blue C M Y K H S L
Decimal 253 198 18 0 0.22 0.93 0.01 45.96 0.98 0.53
Hex FD C6 12 0 16 5D 1 2E 62 35
Octal 375 306 22 0 26 135 1 56 142 65
Binary 11111101 11000110 10010 0 10110 1011101 1 101110 1100010 110101

Color Harmonies of #FDC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC612

Black with #FDC612

Text Example


Text Example

White with #FDC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC612; }

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

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

background-color css

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

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

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

border-color css

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

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

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