Html Css Color HEX #F6C02A Saffron

📋 copy color: '#F6C02A'

red 246 ◦ green 192 ◦ blue 42

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

Shades of Saffron #F6C02A

Tints of Saffron #F6C02A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40%

 BLUE value IS 42 (16.8% from 255) = 8.75%

R = 51.25%
G = 40%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6C02A (or 0xF6C02A) is known color: Saffron. HEX triplet: F6, C0 and 2A. RGB value is (246,192,42). Sum of RGB (Red+Green+Blue) = 246+192+42=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 42 (16.80% from 255 or 8.75% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C02A is #093FD5. Grayscale: #BFBFBF. Windows color (decimal): -606166 or 2801910. OLE color: 2801910.

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

Color convert

RGB 246 192 42 -
CMYK 0 0.22 0.83 0.04
HSL 44.12º 0.92% 0.56% -
HSV(B) 44.12º 0.83% 0.96% -
XYZ 57.27 57.46 10.26 -
YUV 191.05 43.89 167.2 -
System Red Green Blue C M Y K H S L
Decimal 246 192 42 0 0.22 0.83 0.04 44.12 0.92 0.56
Hex F6 C0 2A 0 16 53 4 2C 5C 38
Octal 366 300 52 0 26 123 4 54 134 70
Binary 11110110 11000000 101010 0 10110 1010011 100 101100 1011100 111000

Color Harmonies of #F6C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C02A

Black with #F6C02A

Text Example


Text Example

White with #F6C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C02A; }

 p { color: rgb(246,192,42); }

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

background-color css

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

 a { background-color: rgb(246,192,42); }

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

border-color css

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

 span { border-color: rgb(246,192,42); }

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