Html Css Color HEX #FDC708 Golden Poppy

📋 copy color: '#FDC708'

red 253 ◦ green 199 ◦ blue 8

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

Shades of Golden Poppy #FDC708

Tints of Golden Poppy #FDC708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 55%
G = 43.26%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDC708 (or 0xFDC708) is known color: Golden Poppy. HEX triplet: FD, C7 and 08. RGB value is (253,199,8). Sum of RGB (Red+Green+Blue) = 253+199+8=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC708 is #0238F7. Grayscale: #C2C2C2. Windows color (decimal): -145656 or 575485. OLE color: 575485.

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

Color convert

RGB 253 199 8 -
CMYK 0 0.21 0.97 0.01
HSL 46.78º 0.98% 0.51% -
HSV(B) 46.78º 0.97% 0.99% -
XYZ 60.98 61.75 8.93 -
YUV 193.37 23.39 170.53 -
System Red Green Blue C M Y K H S L
Decimal 253 199 8 0 0.21 0.97 0.01 46.78 0.98 0.51
Hex FD C7 8 0 15 61 1 2F 62 33
Octal 375 307 10 0 25 141 1 57 142 63
Binary 11111101 11000111 1000 0 10101 1100001 1 101111 1100010 110011

Color Harmonies of #FDC708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC708

Black with #FDC708

Text Example


Text Example

White with #FDC708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC708; }

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

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

background-color css

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

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

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

border-color css

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

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

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