Html Css Color HEX #FFBF04 Amber

📋 copy color: '#FFBF04'

red 255 ◦ green 191 ◦ blue 4

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

Shades of Amber #FFBF04

Tints of Amber #FFBF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 56.67%
G = 42.44%
B = 0.89%

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

#FFBF04 (or 0xFFBF04) is known color: Amber. HEX triplet: FF, BF and 04. RGB value is (255,191,4). Sum of RGB (Red+Green+Blue) = 255+191+4=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF04 is #0040FB. Grayscale: #BDBDBD. Windows color (decimal): -16636 or 311295. OLE color: 311295.

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

Color convert

RGB 255 191 4 -
CMYK 0 0.25 0.98 0
HSL 44.7º 1% 0.51% -
HSV(B) 44.7º 0.98% 1% -
XYZ 59.89 58.53 8.26 -
YUV 188.82 23.7 175.21 -
System Red Green Blue C M Y K H S L
Decimal 255 191 4 0 0.25 0.98 0 44.7 1 0.51
Hex FF BF 4 0 19 62 0 2D 64 33
Octal 377 277 4 0 31 142 0 55 144 63
Binary 11111111 10111111 100 0 11001 1100010 0 101101 1100100 110011

Color Harmonies of #FFBF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF04

Black with #FFBF04

Text Example


Text Example

White with #FFBF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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