Html Css Color HEX #FFBE01 Amber

📋 copy color: '#FFBE01'

red 255 ◦ green 190 ◦ blue 1

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

Shades of Amber #FFBE01

Tints of Amber #FFBE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 57.17%
G = 42.6%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFBE01 (or 0xFFBE01) is known color: Amber. HEX triplet: FF, BE and 01. RGB value is (255,190,1). Sum of RGB (Red+Green+Blue) = 255+190+1=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE01 is #0041FE. Grayscale: #BCBCBC. Windows color (decimal): -16895 or 114431. OLE color: 114431.

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

Color convert

RGB 255 190 1 -
CMYK 0 0.25 1.00 0
HSL 44.65º 1% 0.5% -
HSV(B) 44.65º 1% 1% -
XYZ 59.66 58.09 8.1 -
YUV 187.89 22.53 175.87 -
System Red Green Blue C M Y K H S L
Decimal 255 190 1 0 0.25 1.00 0 44.65 1 0.5
Hex FF BE 1 0 19 64 0 2D 64 32
Octal 377 276 1 0 31 144 0 55 144 62
Binary 11111111 10111110 1 0 11001 1100100 0 101101 1100100 110010

Color Harmonies of #FFBE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE01

Black with #FFBE01

Text Example


Text Example

White with #FFBE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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