Html Css Color HEX #FDC00A Amber

📋 copy color: '#FDC00A'

red 253 ◦ green 192 ◦ blue 10

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

Shades of Amber #FDC00A

Tints of Amber #FDC00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.2%

R = 55.6%
G = 42.2%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDC00A (or 0xFDC00A) is known color: Amber. HEX triplet: FD, C0 and 0A. RGB value is (253,192,10). Sum of RGB (Red+Green+Blue) = 253+192+10=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC00A is #023FF5. Grayscale: #BEBEBE. Windows color (decimal): -147446 or 704765. OLE color: 704765.

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

Color convert

RGB 253 192 10 -
CMYK 0 0.24 0.96 0.01
HSL 44.94º 0.98% 0.52% -
HSV(B) 44.94º 0.96% 0.99% -
XYZ 59.41 58.6 8.47 -
YUV 189.49 26.71 173.3 -
System Red Green Blue C M Y K H S L
Decimal 253 192 10 0 0.24 0.96 0.01 44.94 0.98 0.52
Hex FD C0 A 0 18 60 1 2D 62 34
Octal 375 300 12 0 30 140 1 55 142 64
Binary 11111101 11000000 1010 0 11000 1100000 1 101101 1100010 110100

Color Harmonies of #FDC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC00A

Black with #FDC00A

Text Example


Text Example

White with #FDC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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