Html Css Color HEX #FFBE0E Amber

📋 copy color: '#FFBE0E'

red 255 ◦ green 190 ◦ blue 14

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

Shades of Amber #FFBE0E

Tints of Amber #FFBE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.05%

R = 55.56%
G = 41.39%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFBE0E (or 0xFFBE0E) is known color: Amber. HEX triplet: FF, BE and 0E. RGB value is (255,190,14). Sum of RGB (Red+Green+Blue) = 255+190+14=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE0E is #0041F1. Grayscale: #BEBEBE. Windows color (decimal): -16882 or 966399. OLE color: 966399.

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

Color convert

RGB 255 190 14 -
CMYK 0 0.25 0.95 0
HSL 43.82º 1% 0.53% -
HSV(B) 43.82º 0.95% 1% -
XYZ 59.73 58.12 8.49 -
YUV 189.37 29.03 174.81 -
System Red Green Blue C M Y K H S L
Decimal 255 190 14 0 0.25 0.95 0 43.82 1 0.53
Hex FF BE E 0 19 5F 0 2C 64 35
Octal 377 276 16 0 31 137 0 54 144 65
Binary 11111111 10111110 1110 0 11001 1011111 0 101100 1100100 110101

Color Harmonies of #FFBE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE0E

Black with #FFBE0E

Text Example


Text Example

White with #FFBE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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