Html Css Color HEX #F6BA2E Saffron

📋 copy color: '#F6BA2E'

red 246 ◦ green 186 ◦ blue 46

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

Shades of Saffron #F6BA2E

Tints of Saffron #F6BA2E

RGB

 RED value IS 246 (96.48% from 255) = 51.46%

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

 BLUE value IS 46 (18.36% from 255) = 9.62%

R = 51.46%
G = 38.91%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6BA2E (or 0xF6BA2E) is known color: Saffron. HEX triplet: F6, BA and 2E. RGB value is (246,186,46). Sum of RGB (Red+Green+Blue) = 246+186+46=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BA2E is #0945D1. Grayscale: #BCBCBC. Windows color (decimal): -607698 or 3062518. OLE color: 3062518.

HSL color Cylindrical-coordinate representation of color #F6BA2E: hue angle of 42º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F6BA2E is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 186 46 -
CMYK 0 0.24 0.81 0.04
HSL 42º 0.92% 0.57% -
HSV(B) 42º 0.81% 0.96% -
XYZ 56.06 54.91 10.23 -
YUV 187.98 47.88 169.38 -
System Red Green Blue C M Y K H S L
Decimal 246 186 46 0 0.24 0.81 0.04 42 0.92 0.57
Hex F6 BA 2E 0 18 51 4 2A 5C 39
Octal 366 272 56 0 30 121 4 52 134 71
Binary 11110110 10111010 101110 0 11000 1010001 100 101010 1011100 111001

Color Harmonies of #F6BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BA2E

Black with #F6BA2E

Text Example


Text Example

White with #F6BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BA2E; }

 p { color: rgb(246,186,46); }

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

background-color css

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

 a { background-color: rgb(246,186,46); }

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

border-color css

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

 span { border-color: rgb(246,186,46); }

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