Html Css Color HEX #F6C83C Saffron

📋 copy color: '#F6C83C'

red 246 ◦ green 200 ◦ blue 60

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

Shades of Saffron #F6C83C

Tints of Saffron #F6C83C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.53%

 BLUE value IS 60 (23.83% from 255) = 11.86%

R = 48.62%
G = 39.53%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6C83C (or 0xF6C83C) is known color: Saffron. HEX triplet: F6, C8 and 3C. RGB value is (246,200,60). Sum of RGB (Red+Green+Blue) = 246+200+60=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C83C is #0937C3. Grayscale: #C6C6C6. Windows color (decimal): -604100 or 3983606. OLE color: 3983606.

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

Color convert

RGB 246 200 60 -
CMYK 0 0.19 0.76 0.04
HSL 45.16º 0.91% 0.6% -
HSV(B) 45.16º 0.76% 0.96% -
XYZ 59.48 61.23 12.96 -
YUV 197.79 50.24 162.38 -
System Red Green Blue C M Y K H S L
Decimal 246 200 60 0 0.19 0.76 0.04 45.16 0.91 0.6
Hex F6 C8 3C 0 13 4C 4 2D 5B 3C
Octal 366 310 74 0 23 114 4 55 133 74
Binary 11110110 11001000 111100 0 10011 1001100 100 101101 1011011 111100

Color Harmonies of #F6C83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C83C

Black with #F6C83C

Text Example


Text Example

White with #F6C83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C83C; }

 p { color: rgb(246,200,60); }

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

background-color css

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

 a { background-color: rgb(246,200,60); }

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

border-color css

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

 span { border-color: rgb(246,200,60); }

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