Html Css Color HEX #FFBF08 Amber

📋 copy color: '#FFBF08'

red 255 ◦ green 191 ◦ blue 8

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

Shades of Amber #FFBF08

Tints of Amber #FFBF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.76%

R = 56.17%
G = 42.07%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFBF08 (or 0xFFBF08) is known color: Amber. HEX triplet: FF, BF and 08. RGB value is (255,191,8). Sum of RGB (Red+Green+Blue) = 255+191+8=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF08 is #0040F7. Grayscale: #BEBEBE. Windows color (decimal): -16632 or 573439. OLE color: 573439.

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

Color convert

RGB 255 191 8 -
CMYK 0 0.25 0.97 0
HSL 44.45º 1% 0.52% -
HSV(B) 44.45º 0.97% 1% -
XYZ 59.91 58.54 8.37 -
YUV 189.27 25.7 174.88 -
System Red Green Blue C M Y K H S L
Decimal 255 191 8 0 0.25 0.97 0 44.45 1 0.52
Hex FF BF 8 0 19 61 0 2C 64 34
Octal 377 277 10 0 31 141 0 54 144 64
Binary 11111111 10111111 1000 0 11001 1100001 0 101100 1100100 110100

Color Harmonies of #FFBF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF08

Black with #FFBF08

Text Example


Text Example

White with #FFBF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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