Html Css Color HEX #F6C435 Saffron

📋 copy color: '#F6C435'

red 246 ◦ green 196 ◦ blue 53

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

Shades of Saffron #F6C435

Tints of Saffron #F6C435

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.6%

 BLUE value IS 53 (21.09% from 255) = 10.71%

R = 49.7%
G = 39.6%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F6C435 (or 0xF6C435) is known color: Saffron. HEX triplet: F6, C4 and 35. RGB value is (246,196,53). Sum of RGB (Red+Green+Blue) = 246+196+53=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C435 is #093BCA. Grayscale: #C3C3C3. Windows color (decimal): -605131 or 3523830. OLE color: 3523830.

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

Color convert

RGB 246 196 53 -
CMYK 0 0.20 0.78 0.04
HSL 44.46º 0.91% 0.59% -
HSV(B) 44.46º 0.78% 0.96% -
XYZ 58.39 59.33 11.74 -
YUV 194.65 48.07 164.63 -
System Red Green Blue C M Y K H S L
Decimal 246 196 53 0 0.20 0.78 0.04 44.46 0.91 0.59
Hex F6 C4 35 0 14 4E 4 2C 5B 3B
Octal 366 304 65 0 24 116 4 54 133 73
Binary 11110110 11000100 110101 0 10100 1001110 100 101100 1011011 111011

Color Harmonies of #F6C435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C435

Black with #F6C435

Text Example


Text Example

White with #F6C435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C435; }

 p { color: rgb(246,196,53); }

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

background-color css

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

 a { background-color: rgb(246,196,53); }

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

border-color css

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

 span { border-color: rgb(246,196,53); }

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