Html Css Color HEX #FDC013 Amber

📋 copy color: '#FDC013'

red 253 ◦ green 192 ◦ blue 19

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

Shades of Amber #FDC013

Tints of Amber #FDC013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.09%

R = 54.53%
G = 41.38%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDC013 (or 0xFDC013) is known color: Amber. HEX triplet: FD, C0 and 13. RGB value is (253,192,19). Sum of RGB (Red+Green+Blue) = 253+192+19=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC013 is #023FEC. Grayscale: #BFBFBF. Windows color (decimal): -147437 or 1294589. OLE color: 1294589.

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

Color convert

RGB 253 192 19 -
CMYK 0 0.24 0.92 0.01
HSL 44.36º 0.98% 0.53% -
HSV(B) 44.36º 0.92% 0.99% -
XYZ 59.48 58.63 8.8 -
YUV 190.52 31.21 172.57 -
System Red Green Blue C M Y K H S L
Decimal 253 192 19 0 0.24 0.92 0.01 44.36 0.98 0.53
Hex FD C0 13 0 18 5C 1 2C 62 35
Octal 375 300 23 0 30 134 1 54 142 65
Binary 11111101 11000000 10011 0 11000 1011100 1 101100 1100010 110101

Color Harmonies of #FDC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC013

Black with #FDC013

Text Example


Text Example

White with #FDC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC013; }

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

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

background-color css

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

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

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

border-color css

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

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

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