Html Css Color HEX #FDC010 Amber

📋 copy color: '#FDC010'

red 253 ◦ green 192 ◦ blue 16

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

Shades of Amber #FDC010

Tints of Amber #FDC010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.47%

R = 54.88%
G = 41.65%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDC010 (or 0xFDC010) is known color: Amber. HEX triplet: FD, C0 and 10. RGB value is (253,192,16). Sum of RGB (Red+Green+Blue) = 253+192+16=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC010 is #023FEF. Grayscale: #BEBEBE. Windows color (decimal): -147440 or 1097981. OLE color: 1097981.

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

Color convert

RGB 253 192 16 -
CMYK 0 0.24 0.94 0.01
HSL 44.56º 0.98% 0.53% -
HSV(B) 44.56º 0.94% 0.99% -
XYZ 59.45 58.62 8.67 -
YUV 190.18 29.71 172.81 -
System Red Green Blue C M Y K H S L
Decimal 253 192 16 0 0.24 0.94 0.01 44.56 0.98 0.53
Hex FD C0 10 0 18 5E 1 2D 62 35
Octal 375 300 20 0 30 136 1 55 142 65
Binary 11111101 11000000 10000 0 11000 1011110 1 101101 1100010 110101

Color Harmonies of #FDC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC010

Black with #FDC010

Text Example


Text Example

White with #FDC010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC010; }

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

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

background-color css

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

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

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

border-color css

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

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

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