Html Css Color HEX #FFBF12 Amber

📋 copy color: '#FFBF12'

red 255 ◦ green 191 ◦ blue 18

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

Shades of Amber #FFBF12

Tints of Amber #FFBF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.88%

R = 54.96%
G = 41.16%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFBF12 (or 0xFFBF12) is known color: Amber. HEX triplet: FF, BF and 12. RGB value is (255,191,18). Sum of RGB (Red+Green+Blue) = 255+191+18=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF12 is #0040ED. Grayscale: #BFBFBF. Windows color (decimal): -16622 or 1228799. OLE color: 1228799.

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

Color convert

RGB 255 191 18 -
CMYK 0 0.25 0.93 0
HSL 43.8º 1% 0.54% -
HSV(B) 43.8º 0.93% 1% -
XYZ 59.98 58.57 8.72 -
YUV 190.41 30.7 174.07 -
System Red Green Blue C M Y K H S L
Decimal 255 191 18 0 0.25 0.93 0 43.8 1 0.54
Hex FF BF 12 0 19 5D 0 2C 64 36
Octal 377 277 22 0 31 135 0 54 144 66
Binary 11111111 10111111 10010 0 11001 1011101 0 101100 1100100 110110

Color Harmonies of #FFBF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF12

Black with #FFBF12

Text Example


Text Example

White with #FFBF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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