Html Css Color HEX #FFBF06 Amber

📋 copy color: '#FFBF06'

red 255 ◦ green 191 ◦ blue 6

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

Shades of Amber #FFBF06

Tints of Amber #FFBF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.33%

R = 56.42%
G = 42.26%
B = 1.33%

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

#FFBF06 (or 0xFFBF06) is known color: Amber. HEX triplet: FF, BF and 06. RGB value is (255,191,6). Sum of RGB (Red+Green+Blue) = 255+191+6=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF06 is #0040F9. Grayscale: #BDBDBD. Windows color (decimal): -16634 or 442367. OLE color: 442367.

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

Color convert

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

Color Harmonies of #FFBF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF06

Black with #FFBF06

Text Example


Text Example

White with #FFBF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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