Html Css Color HEX #F8C13C Saffron

📋 copy color: '#F8C13C'

red 248 ◦ green 193 ◦ blue 60

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

Shades of Saffron #F8C13C

Tints of Saffron #F8C13C

RGB

 RED value IS 248 (97.27% from 255) = 49.5%

 GREEN value IS 193 (75.78% from 255) = 38.52%

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

R = 49.5%
G = 38.52%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8C13C (or 0xF8C13C) is known color: Saffron. HEX triplet: F8, C1 and 3C. RGB value is (248,193,60). Sum of RGB (Red+Green+Blue) = 248+193+60=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C13C is #073EC3. Grayscale: #C2C2C2. Windows color (decimal): -474820 or 3981816. OLE color: 3981816.

HSL color Cylindrical-coordinate representation of color #F8C13C: hue angle of 42.45º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8C13C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 193 60 -
CMYK 0 0.22 0.76 0.03
HSL 42.45º 0.93% 0.6% -
HSV(B) 42.45º 0.76% 0.97% -
XYZ 58.6 58.42 12.46 -
YUV 194.28 52.22 166.31 -
System Red Green Blue C M Y K H S L
Decimal 248 193 60 0 0.22 0.76 0.03 42.45 0.93 0.6
Hex F8 C1 3C 0 16 4C 3 2A 5D 3C
Octal 370 301 74 0 26 114 3 52 135 74
Binary 11111000 11000001 111100 0 10110 1001100 11 101010 1011101 111100

Color Harmonies of #F8C13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C13C

Black with #F8C13C

Text Example


Text Example

White with #F8C13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C13C; }

 p { color: rgb(248,193,60); }

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

background-color css

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

 a { background-color: rgb(248,193,60); }

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

border-color css

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

 span { border-color: rgb(248,193,60); }

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