Html Css Color HEX #F8BA2F Saffron

📋 copy color: '#F8BA2F'

red 248 ◦ green 186 ◦ blue 47

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

Shades of Saffron #F8BA2F

Tints of Saffron #F8BA2F

RGB

 RED value IS 248 (97.27% from 255) = 51.56%

 GREEN value IS 186 (73.05% from 255) = 38.67%

 BLUE value IS 47 (18.75% from 255) = 9.77%

R = 51.56%
G = 38.67%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8BA2F (or 0xF8BA2F) is known color: Saffron. HEX triplet: F8, BA and 2F. RGB value is (248,186,47). Sum of RGB (Red+Green+Blue) = 248+186+47=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 47 (18.75% from 255 or 9.77% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA2F is #0745D0. Grayscale: #BDBDBD. Windows color (decimal): -476625 or 3128056. OLE color: 3128056.

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

Color convert

RGB 248 186 47 -
CMYK 0 0.25 0.81 0.03
HSL 41.49º 0.93% 0.58% -
HSV(B) 41.49º 0.81% 0.97% -
XYZ 56.78 55.28 10.37 -
YUV 188.69 48.04 170.3 -
System Red Green Blue C M Y K H S L
Decimal 248 186 47 0 0.25 0.81 0.03 41.49 0.93 0.58
Hex F8 BA 2F 0 19 51 3 29 5D 3A
Octal 370 272 57 0 31 121 3 51 135 72
Binary 11111000 10111010 101111 0 11001 1010001 11 101001 1011101 111010

Color Harmonies of #F8BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA2F

Black with #F8BA2F

Text Example


Text Example

White with #F8BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA2F; }

 p { color: rgb(248,186,47); }

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

background-color css

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

 a { background-color: rgb(248,186,47); }

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

border-color css

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

 span { border-color: rgb(248,186,47); }

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