Html Css Color HEX #FDBE10 Amber

📋 copy color: '#FDBE10'

red 253 ◦ green 190 ◦ blue 16

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

Shades of Amber #FDBE10

Tints of Amber #FDBE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 55.12%
G = 41.39%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDBE10 (or 0xFDBE10) is known color: Amber. HEX triplet: FD, BE and 10. RGB value is (253,190,16). Sum of RGB (Red+Green+Blue) = 253+190+16=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBE10 is #0241EF. Grayscale: #BDBDBD. Windows color (decimal): -147952 or 1097469. OLE color: 1097469.

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

Color convert

RGB 253 190 16 -
CMYK 0 0.25 0.94 0.01
HSL 44.05º 0.98% 0.53% -
HSV(B) 44.05º 0.94% 0.99% -
XYZ 59.02 57.75 8.53 -
YUV 189 30.37 173.65 -
System Red Green Blue C M Y K H S L
Decimal 253 190 16 0 0.25 0.94 0.01 44.05 0.98 0.53
Hex FD BE 10 0 19 5E 1 2C 62 35
Octal 375 276 20 0 31 136 1 54 142 65
Binary 11111101 10111110 10000 0 11001 1011110 1 101100 1100010 110101

Color Harmonies of #FDBE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBE10

Black with #FDBE10

Text Example


Text Example

White with #FDBE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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