Html Css Color HEX #FDC00F Amber

📋 copy color: '#FDC00F'

red 253 ◦ green 192 ◦ blue 15

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

Shades of Amber #FDC00F

Tints of Amber #FDC00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.26%

R = 55%
G = 41.74%
B = 3.26%

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

#FDC00F (or 0xFDC00F) is known color: Amber. HEX triplet: FD, C0 and 0F. RGB value is (253,192,15). Sum of RGB (Red+Green+Blue) = 253+192+15=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC00F is #023FF0. Grayscale: #BEBEBE. Windows color (decimal): -147441 or 1032445. OLE color: 1032445.

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

Color convert

RGB 253 192 15 -
CMYK 0 0.24 0.94 0.01
HSL 44.62º 0.98% 0.53% -
HSV(B) 44.62º 0.94% 0.99% -
XYZ 59.44 58.62 8.63 -
YUV 190.06 29.21 172.89 -
System Red Green Blue C M Y K H S L
Decimal 253 192 15 0 0.24 0.94 0.01 44.62 0.98 0.53
Hex FD C0 F 0 18 5E 1 2D 62 35
Octal 375 300 17 0 30 136 1 55 142 65
Binary 11111101 11000000 1111 0 11000 1011110 1 101101 1100010 110101

Color Harmonies of #FDC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC00F

Black with #FDC00F

Text Example


Text Example

White with #FDC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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