Html Css Color HEX #FDBE13 Amber

📋 copy color: '#FDBE13'

red 253 ◦ green 190 ◦ blue 19

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

Shades of Amber #FDBE13

Tints of Amber #FDBE13

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.13%

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

R = 54.76%
G = 41.13%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDBE13 (or 0xFDBE13) is known color: Amber. HEX triplet: FD, BE and 13. RGB value is (253,190,19). Sum of RGB (Red+Green+Blue) = 253+190+19=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 19 (7.81% from 255 or 4.11% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBE13 is #0241EC. Grayscale: #BEBEBE. Windows color (decimal): -147949 or 1294077. OLE color: 1294077.

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

Color convert

RGB 253 190 19 -
CMYK 0 0.25 0.92 0.01
HSL 43.85º 0.98% 0.53% -
HSV(B) 43.85º 0.92% 0.99% -
XYZ 59.04 57.76 8.65 -
YUV 189.34 31.87 173.4 -
System Red Green Blue C M Y K H S L
Decimal 253 190 19 0 0.25 0.92 0.01 43.85 0.98 0.53
Hex FD BE 13 0 19 5C 1 2C 62 35
Octal 375 276 23 0 31 134 1 54 142 65
Binary 11111101 10111110 10011 0 11001 1011100 1 101100 1100010 110101

Color Harmonies of #FDBE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBE13

Black with #FDBE13

Text Example


Text Example

White with #FDBE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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