Html Css Color HEX #FFBF0E Amber

📋 copy color: '#FFBF0E'

red 255 ◦ green 191 ◦ blue 14

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

Shades of Amber #FFBF0E

Tints of Amber #FFBF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 41.52%

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

R = 55.43%
G = 41.52%
B = 3.04%

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

#FFBF0E (or 0xFFBF0E) is known color: Amber. HEX triplet: FF, BF and 0E. RGB value is (255,191,14). Sum of RGB (Red+Green+Blue) = 255+191+14=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF0E is #0040F1. Grayscale: #BEBEBE. Windows color (decimal): -16626 or 966655. OLE color: 966655.

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

Color convert

RGB 255 191 14 -
CMYK 0 0.25 0.95 0
HSL 44.07º 1% 0.53% -
HSV(B) 44.07º 0.95% 1% -
XYZ 59.95 58.55 8.56 -
YUV 189.96 28.7 174.39 -
System Red Green Blue C M Y K H S L
Decimal 255 191 14 0 0.25 0.95 0 44.07 1 0.53
Hex FF BF E 0 19 5F 0 2C 64 35
Octal 377 277 16 0 31 137 0 54 144 65
Binary 11111111 10111111 1110 0 11001 1011111 0 101100 1100100 110101

Color Harmonies of #FFBF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF0E

Black with #FFBF0E

Text Example


Text Example

White with #FFBF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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