Html Css Color HEX #FDC706 Golden Poppy

📋 copy color: '#FDC706'

red 253 ◦ green 199 ◦ blue 6

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

Shades of Golden Poppy #FDC706

Tints of Golden Poppy #FDC706

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.45%

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

R = 55.24%
G = 43.45%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDC706 (or 0xFDC706) is known color: Golden Poppy. HEX triplet: FD, C7 and 06. RGB value is (253,199,6). Sum of RGB (Red+Green+Blue) = 253+199+6=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC706 is #0238F9. Grayscale: #C1C1C1. Windows color (decimal): -145658 or 444413. OLE color: 444413.

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

Color convert

RGB 253 199 6 -
CMYK 0 0.21 0.98 0.01
HSL 46.88º 0.98% 0.51% -
HSV(B) 46.88º 0.98% 0.99% -
XYZ 60.96 61.74 8.88 -
YUV 193.14 22.39 170.69 -
System Red Green Blue C M Y K H S L
Decimal 253 199 6 0 0.21 0.98 0.01 46.88 0.98 0.51
Hex FD C7 6 0 15 62 1 2F 62 33
Octal 375 307 6 0 25 142 1 57 142 63
Binary 11111101 11000111 110 0 10101 1100010 1 101111 1100010 110011

Color Harmonies of #FDC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC706

Black with #FDC706

Text Example


Text Example

White with #FDC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC706; }

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

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

background-color css

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

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

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

border-color css

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

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

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