Html Css Color HEX #FDC206 Golden Poppy

📋 copy color: '#FDC206'

red 253 ◦ green 194 ◦ blue 6

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

Shades of Golden Poppy #FDC206

Tints of Golden Poppy #FDC206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.83%

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 55.85%
G = 42.83%
B = 1.32%

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

#FDC206 (or 0xFDC206) is known color: Golden Poppy. HEX triplet: FD, C2 and 06. RGB value is (253,194,6). Sum of RGB (Red+Green+Blue) = 253+194+6=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC206 is #023DF9. Grayscale: #BFBFBF. Windows color (decimal): -146938 or 443133. OLE color: 443133.

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

Color convert

RGB 253 194 6 -
CMYK 0 0.23 0.98 0.01
HSL 45.67º 0.98% 0.51% -
HSV(B) 45.67º 0.98% 0.99% -
XYZ 59.83 59.48 8.5 -
YUV 190.21 24.05 172.79 -
System Red Green Blue C M Y K H S L
Decimal 253 194 6 0 0.23 0.98 0.01 45.67 0.98 0.51
Hex FD C2 6 0 17 62 1 2E 62 33
Octal 375 302 6 0 27 142 1 56 142 63
Binary 11111101 11000010 110 0 10111 1100010 1 101110 1100010 110011

Color Harmonies of #FDC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC206

Black with #FDC206

Text Example


Text Example

White with #FDC206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC206; }

 p { color: rgb(253,194,6); }

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

background-color css

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

 a { background-color: rgb(253,194,6); }

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

border-color css

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

 span { border-color: rgb(253,194,6); }

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