Html Css Color HEX #FFBF05 Amber

📋 copy color: '#FFBF05'

red 255 ◦ green 191 ◦ blue 5

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

Shades of Amber #FFBF05

Tints of Amber #FFBF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 56.54%
G = 42.35%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFBF05 (or 0xFFBF05) is known color: Amber. HEX triplet: FF, BF and 05. RGB value is (255,191,5). Sum of RGB (Red+Green+Blue) = 255+191+5=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF05 is #0040FA. Grayscale: #BDBDBD. Windows color (decimal): -16635 or 376831. OLE color: 376831.

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

Color convert

RGB 255 191 5 -
CMYK 0 0.25 0.98 0
HSL 44.64º 1% 0.51% -
HSV(B) 44.64º 0.98% 1% -
XYZ 59.9 58.53 8.28 -
YUV 188.93 24.2 175.12 -
System Red Green Blue C M Y K H S L
Decimal 255 191 5 0 0.25 0.98 0 44.64 1 0.51
Hex FF BF 5 0 19 62 0 2D 64 33
Octal 377 277 5 0 31 142 0 55 144 63
Binary 11111111 10111111 101 0 11001 1100010 0 101101 1100100 110011

Color Harmonies of #FFBF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF05

Black with #FFBF05

Text Example


Text Example

White with #FFBF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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