Html Css Color HEX #FFBE10 Amber

📋 copy color: '#FFBE10'

red 255 ◦ green 190 ◦ blue 16

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

Shades of Amber #FFBE10

Tints of Amber #FFBE10

RGB

 RED value IS 255 (100% from 255) = 55.31%

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

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

R = 55.31%
G = 41.21%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFBE10 (or 0xFFBE10) is known color: Amber. HEX triplet: FF, BE and 10. RGB value is (255,190,16). Sum of RGB (Red+Green+Blue) = 255+190+16=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE10 is #0041EF. Grayscale: #BEBEBE. Windows color (decimal): -16880 or 1097471. OLE color: 1097471.

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

Color convert

RGB 255 190 16 -
CMYK 0 0.25 0.94 0
HSL 43.68º 1% 0.53% -
HSV(B) 43.68º 0.94% 1% -
XYZ 59.75 58.12 8.56 -
YUV 189.6 30.03 174.65 -
System Red Green Blue C M Y K H S L
Decimal 255 190 16 0 0.25 0.94 0 43.68 1 0.53
Hex FF BE 10 0 19 5E 0 2C 64 35
Octal 377 276 20 0 31 136 0 54 144 65
Binary 11111111 10111110 10000 0 11001 1011110 0 101100 1100100 110101

Color Harmonies of #FFBE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE10

Black with #FFBE10

Text Example


Text Example

White with #FFBE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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