Html Css Color HEX #F6C934 Saffron

📋 copy color: '#F6C934'

red 246 ◦ green 201 ◦ blue 52

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

Shades of Saffron #F6C934

Tints of Saffron #F6C934

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.28%

 BLUE value IS 52 (20.7% from 255) = 10.42%

R = 49.3%
G = 40.28%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F6C934 (or 0xF6C934) is known color: Saffron. HEX triplet: F6, C9 and 34. RGB value is (246,201,52). Sum of RGB (Red+Green+Blue) = 246+201+52=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C934 is #0936CB. Grayscale: #C6C6C6. Windows color (decimal): -603852 or 3459574. OLE color: 3459574.

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

Color convert

RGB 246 201 52 -
CMYK 0 0.18 0.79 0.04
HSL 46.08º 0.92% 0.58% -
HSV(B) 46.08º 0.79% 0.96% -
XYZ 59.51 61.61 12 -
YUV 197.47 45.91 162.62 -
System Red Green Blue C M Y K H S L
Decimal 246 201 52 0 0.18 0.79 0.04 46.08 0.92 0.58
Hex F6 C9 34 0 12 4F 4 2E 5C 3A
Octal 366 311 64 0 22 117 4 56 134 72
Binary 11110110 11001001 110100 0 10010 1001111 100 101110 1011100 111010

Color Harmonies of #F6C934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C934

Black with #F6C934

Text Example


Text Example

White with #F6C934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C934; }

 p { color: rgb(246,201,52); }

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

background-color css

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

 a { background-color: rgb(246,201,52); }

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

border-color css

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

 span { border-color: rgb(246,201,52); }

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