Html Css Color HEX #FFBE00 Amber

📋 copy color: '#FFBE00'

red 255 ◦ green 190 ◦ blue 0

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

Shades of Amber #FFBE00

Tints of Amber #FFBE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.3%
G = 42.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFBE00 (or 0xFFBE00) is known color: Amber. HEX triplet: FF, BE and 00. RGB value is (255,190,0). Sum of RGB (Red+Green+Blue) = 255+190+0=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE00 is #0041FF. Grayscale: #BCBCBC. Windows color (decimal): -16896 or 48895. OLE color: 48895.

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

Color convert

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

Color Harmonies of #FFBE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE00

Black with #FFBE00

Text Example


Text Example

White with #FFBE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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