Html Css Color HEX #F6C131 Saffron

📋 copy color: '#F6C131'

red 246 ◦ green 193 ◦ blue 49

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

Shades of Saffron #F6C131

Tints of Saffron #F6C131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.55%

 BLUE value IS 49 (19.53% from 255) = 10.04%

R = 50.41%
G = 39.55%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F6C131 (or 0xF6C131) is known color: Saffron. HEX triplet: F6, C1 and 31. RGB value is (246,193,49). Sum of RGB (Red+Green+Blue) = 246+193+49=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C131 is #093ECE. Grayscale: #C1C1C1. Windows color (decimal): -605903 or 3260918. OLE color: 3260918.

HSL color Cylindrical-coordinate representation of color #F6C131: hue angle of 43.86º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6C131 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 193 49 -
CMYK 0 0.22 0.80 0.04
HSL 43.86º 0.92% 0.58% -
HSV(B) 43.86º 0.8% 0.96% -
XYZ 57.63 57.95 11.05 -
YUV 192.43 47.06 166.21 -
System Red Green Blue C M Y K H S L
Decimal 246 193 49 0 0.22 0.80 0.04 43.86 0.92 0.58
Hex F6 C1 31 0 16 50 4 2C 5C 3A
Octal 366 301 61 0 26 120 4 54 134 72
Binary 11110110 11000001 110001 0 10110 1010000 100 101100 1011100 111010

Color Harmonies of #F6C131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C131

Black with #F6C131

Text Example


Text Example

White with #F6C131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C131; }

 p { color: rgb(246,193,49); }

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

background-color css

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

 a { background-color: rgb(246,193,49); }

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

border-color css

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

 span { border-color: rgb(246,193,49); }

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