Html Css Color HEX #F6C338 Saffron

📋 copy color: '#F6C338'

red 246 ◦ green 195 ◦ blue 56

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

Shades of Saffron #F6C338

Tints of Saffron #F6C338

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.24%

 BLUE value IS 56 (22.27% from 255) = 11.27%

R = 49.5%
G = 39.24%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F6C338 (or 0xF6C338) is known color: Saffron. HEX triplet: F6, C3 and 38. RGB value is (246,195,56). Sum of RGB (Red+Green+Blue) = 246+195+56=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 56 (22.27% from 255 or 11.27% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C338 is #093CC7. Grayscale: #C3C3C3. Windows color (decimal): -605384 or 3720182. OLE color: 3720182.

HSL color Cylindrical-coordinate representation of color #F6C338: hue angle of 43.89º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F6C338 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 195 56 -
CMYK 0 0.21 0.77 0.04
HSL 43.89º 0.91% 0.59% -
HSV(B) 43.89º 0.77% 0.96% -
XYZ 58.23 58.91 12.04 -
YUV 194.4 49.9 164.8 -
System Red Green Blue C M Y K H S L
Decimal 246 195 56 0 0.21 0.77 0.04 43.89 0.91 0.59
Hex F6 C3 38 0 15 4D 4 2C 5B 3B
Octal 366 303 70 0 25 115 4 54 133 73
Binary 11110110 11000011 111000 0 10101 1001101 100 101100 1011011 111011

Color Harmonies of #F6C338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C338

Black with #F6C338

Text Example


Text Example

White with #F6C338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C338; }

 p { color: rgb(246,195,56); }

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

background-color css

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

 a { background-color: rgb(246,195,56); }

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

border-color css

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

 span { border-color: rgb(246,195,56); }

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