Html Css Color HEX #F8C13B Saffron

📋 copy color: '#F8C13B'

red 248 ◦ green 193 ◦ blue 59

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

Shades of Saffron #F8C13B

Tints of Saffron #F8C13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.8%

R = 49.6%
G = 38.6%
B = 11.8%

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

#F8C13B (or 0xF8C13B) is known color: Saffron. HEX triplet: F8, C1 and 3B. RGB value is (248,193,59). Sum of RGB (Red+Green+Blue) = 248+193+59=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 59 (23.44% from 255 or 11.8% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C13B is #073EC4. Grayscale: #C2C2C2. Windows color (decimal): -474821 or 3916280. OLE color: 3916280.

HSL color Cylindrical-coordinate representation of color #F8C13B: hue angle of 42.54º 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 #F8C13B is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 193 59 -
CMYK 0 0.22 0.76 0.03
HSL 42.54º 0.93% 0.6% -
HSV(B) 42.54º 0.76% 0.97% -
XYZ 58.57 58.41 12.33 -
YUV 194.17 51.72 166.4 -
System Red Green Blue C M Y K H S L
Decimal 248 193 59 0 0.22 0.76 0.03 42.54 0.93 0.6
Hex F8 C1 3B 0 16 4C 3 2B 5D 3C
Octal 370 301 73 0 26 114 3 53 135 74
Binary 11111000 11000001 111011 0 10110 1001100 11 101011 1011101 111100

Color Harmonies of #F8C13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C13B

Black with #F8C13B

Text Example


Text Example

White with #F8C13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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