Html Css Color HEX #F6C328 Saffron

📋 copy color: '#F6C328'

red 246 ◦ green 195 ◦ blue 40

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

Shades of Saffron #F6C328

Tints of Saffron #F6C328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.32%

R = 51.14%
G = 40.54%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F6C328 (or 0xF6C328) is known color: Saffron. HEX triplet: F6, C3 and 28. RGB value is (246,195,40). Sum of RGB (Red+Green+Blue) = 246+195+40=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C328 is #093CD7. Grayscale: #C1C1C1. Windows color (decimal): -605400 or 2671606. OLE color: 2671606.

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

Color convert

RGB 246 195 40 -
CMYK 0 0.21 0.84 0.04
HSL 45.15º 0.92% 0.56% -
HSV(B) 45.15º 0.84% 0.96% -
XYZ 57.9 58.78 10.3 -
YUV 192.58 41.9 166.1 -
System Red Green Blue C M Y K H S L
Decimal 246 195 40 0 0.21 0.84 0.04 45.15 0.92 0.56
Hex F6 C3 28 0 15 54 4 2D 5C 38
Octal 366 303 50 0 25 124 4 55 134 70
Binary 11110110 11000011 101000 0 10101 1010100 100 101101 1011100 111000

Color Harmonies of #F6C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C328

Black with #F6C328

Text Example


Text Example

White with #F6C328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C328; }

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

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

background-color css

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

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

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

border-color css

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

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

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