Html Css Color HEX #FDBE12 Amber

📋 copy color: '#FDBE12'

red 253 ◦ green 190 ◦ blue 18

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

Shades of Amber #FDBE12

Tints of Amber #FDBE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.9%

R = 54.88%
G = 41.21%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDBE12 (or 0xFDBE12) is known color: Amber. HEX triplet: FD, BE and 12. RGB value is (253,190,18). Sum of RGB (Red+Green+Blue) = 253+190+18=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBE12 is #0241ED. Grayscale: #BDBDBD. Windows color (decimal): -147950 or 1228541. OLE color: 1228541.

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

Color convert

RGB 253 190 18 -
CMYK 0 0.25 0.93 0.01
HSL 43.91º 0.98% 0.53% -
HSV(B) 43.91º 0.93% 0.99% -
XYZ 59.03 57.75 8.61 -
YUV 189.23 31.37 173.49 -
System Red Green Blue C M Y K H S L
Decimal 253 190 18 0 0.25 0.93 0.01 43.91 0.98 0.53
Hex FD BE 12 0 19 5D 1 2C 62 35
Octal 375 276 22 0 31 135 1 54 142 65
Binary 11111101 10111110 10010 0 11001 1011101 1 101100 1100010 110101

Color Harmonies of #FDBE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBE12

Black with #FDBE12

Text Example


Text Example

White with #FDBE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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