Html Css Color HEX #FFBF2A Saffron

📋 copy color: '#FFBF2A'

red 255 ◦ green 191 ◦ blue 42

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

Shades of Saffron #FFBF2A

Tints of Saffron #FFBF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.61%

R = 52.25%
G = 39.14%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFBF2A (or 0xFFBF2A) is known color: Saffron. HEX triplet: FF, BF and 2A. RGB value is (255,191,42). Sum of RGB (Red+Green+Blue) = 255+191+42=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF2A is #0040D5. Grayscale: #C1C1C1. Windows color (decimal): -16598 or 2801663. OLE color: 2801663.

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

Color convert

RGB 255 191 42 -
CMYK 0 0.25 0.84 0
HSL 41.97º 1% 0.58% -
HSV(B) 41.97º 0.84% 1% -
XYZ 60.29 58.69 10.34 -
YUV 193.15 42.7 172.12 -
System Red Green Blue C M Y K H S L
Decimal 255 191 42 0 0.25 0.84 0 41.97 1 0.58
Hex FF BF 2A 0 19 54 0 2A 64 3A
Octal 377 277 52 0 31 124 0 52 144 72
Binary 11111111 10111111 101010 0 11001 1010100 0 101010 1100100 111010

Color Harmonies of #FFBF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF2A

Black with #FFBF2A

Text Example


Text Example

White with #FFBF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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