Html Css Color HEX #FDC606 Golden Poppy

📋 copy color: '#FDC606'

red 253 ◦ green 198 ◦ blue 6

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

Shades of Golden Poppy #FDC606

Tints of Golden Poppy #FDC606

RGB

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

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

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

R = 55.36%
G = 43.33%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDC606 (or 0xFDC606) is known color: Golden Poppy. HEX triplet: FD, C6 and 06. RGB value is (253,198,6). Sum of RGB (Red+Green+Blue) = 253+198+6=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 6 (2.73% from 255 or 1.31% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC606 is #0239F9. Grayscale: #C1C1C1. Windows color (decimal): -145914 or 444157. OLE color: 444157.

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

Color convert

RGB 253 198 6 -
CMYK 0 0.22 0.98 0.01
HSL 46.64º 0.98% 0.51% -
HSV(B) 46.64º 0.98% 0.99% -
XYZ 60.73 61.28 8.8 -
YUV 192.56 22.72 171.11 -
System Red Green Blue C M Y K H S L
Decimal 253 198 6 0 0.22 0.98 0.01 46.64 0.98 0.51
Hex FD C6 6 0 16 62 1 2F 62 33
Octal 375 306 6 0 26 142 1 57 142 63
Binary 11111101 11000110 110 0 10110 1100010 1 101111 1100010 110011

Color Harmonies of #FDC606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC606

Black with #FDC606

Text Example


Text Example

White with #FDC606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC606; }

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

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

background-color css

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

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

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

border-color css

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

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

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