Html Css Color HEX #FDC008 Amber

📋 copy color: '#FDC008'

red 253 ◦ green 192 ◦ blue 8

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

Shades of Amber #FDC008

Tints of Amber #FDC008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

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

R = 55.85%
G = 42.38%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDC008 (or 0xFDC008) is known color: Amber. HEX triplet: FD, C0 and 08. RGB value is (253,192,8). Sum of RGB (Red+Green+Blue) = 253+192+8=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC008 is #023FF7. Grayscale: #BEBEBE. Windows color (decimal): -147448 or 573693. OLE color: 573693.

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

Color convert

RGB 253 192 8 -
CMYK 0 0.24 0.97 0.01
HSL 45.06º 0.98% 0.51% -
HSV(B) 45.06º 0.97% 0.99% -
XYZ 59.4 58.6 8.41 -
YUV 189.26 25.71 173.46 -
System Red Green Blue C M Y K H S L
Decimal 253 192 8 0 0.24 0.97 0.01 45.06 0.98 0.51
Hex FD C0 8 0 18 61 1 2D 62 33
Octal 375 300 10 0 30 141 1 55 142 63
Binary 11111101 11000000 1000 0 11000 1100001 1 101101 1100010 110011

Color Harmonies of #FDC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC008

Black with #FDC008

Text Example


Text Example

White with #FDC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC008; }

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

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

background-color css

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

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

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

border-color css

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

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

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