Html Css Color HEX #FFBF03 Amber

📋 copy color: '#FFBF03'

red 255 ◦ green 191 ◦ blue 3

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

Shades of Amber #FFBF03

Tints of Amber #FFBF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 56.79%
G = 42.54%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFBF03 (or 0xFFBF03) is known color: Amber. HEX triplet: FF, BF and 03. RGB value is (255,191,3). Sum of RGB (Red+Green+Blue) = 255+191+3=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF03 is #0040FC. Grayscale: #BDBDBD. Windows color (decimal): -16637 or 245759. OLE color: 245759.

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

Color convert

RGB 255 191 3 -
CMYK 0 0.25 0.99 0
HSL 44.76º 1% 0.51% -
HSV(B) 44.76º 0.99% 1% -
XYZ 59.89 58.53 8.23 -
YUV 188.7 23.2 175.29 -
System Red Green Blue C M Y K H S L
Decimal 255 191 3 0 0.25 0.99 0 44.76 1 0.51
Hex FF BF 3 0 19 63 0 2D 64 33
Octal 377 277 3 0 31 143 0 55 144 63
Binary 11111111 10111111 11 0 11001 1100011 0 101101 1100100 110011

Color Harmonies of #FFBF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF03

Black with #FFBF03

Text Example


Text Example

White with #FFBF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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