Html Css Color HEX #F6C630 Saffron

📋 copy color: '#F6C630'

red 246 ◦ green 198 ◦ blue 48

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

Shades of Saffron #F6C630

Tints of Saffron #F6C630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.24%

 BLUE value IS 48 (19.14% from 255) = 9.76%

R = 50%
G = 40.24%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F6C630 (or 0xF6C630) is known color: Saffron. HEX triplet: F6, C6 and 30. RGB value is (246,198,48). Sum of RGB (Red+Green+Blue) = 246+198+48=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C630 is #0939CF. Grayscale: #C3C3C3. Windows color (decimal): -604624 or 3196662. OLE color: 3196662.

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

Color convert

RGB 246 198 48 -
CMYK 0 0.20 0.80 0.04
HSL 45.45º 0.92% 0.58% -
HSV(B) 45.45º 0.8% 0.96% -
XYZ 58.73 60.19 11.32 -
YUV 195.25 44.9 164.2 -
System Red Green Blue C M Y K H S L
Decimal 246 198 48 0 0.20 0.80 0.04 45.45 0.92 0.58
Hex F6 C6 30 0 14 50 4 2D 5C 3A
Octal 366 306 60 0 24 120 4 55 134 72
Binary 11110110 11000110 110000 0 10100 1010000 100 101101 1011100 111010

Color Harmonies of #F6C630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C630

Black with #F6C630

Text Example


Text Example

White with #F6C630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C630; }

 p { color: rgb(246,198,48); }

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

background-color css

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

 a { background-color: rgb(246,198,48); }

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

border-color css

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

 span { border-color: rgb(246,198,48); }

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