Html Css Color HEX #F0C13B Saffron

📋 copy color: '#F0C13B'

red 240 ◦ green 193 ◦ blue 59

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

Shades of Saffron #F0C13B

Tints of Saffron #F0C13B

RGB

 RED value IS 240 (94.14% from 255) = 48.78%

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

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

R = 48.78%
G = 39.23%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0C13B (or 0xF0C13B) is known color: Saffron. HEX triplet: F0, C1 and 3B. RGB value is (240,193,59). Sum of RGB (Red+Green+Blue) = 240+193+59=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C13B is #0F3EC4. Grayscale: #C0C0C0. Windows color (decimal): -999109 or 3916272. OLE color: 3916272.

HSL color Cylindrical-coordinate representation of color #F0C13B: hue angle of 44.42º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0C13B is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 193 59 -
CMYK 0 0.20 0.75 0.06
HSL 44.42º 0.86% 0.59% -
HSV(B) 44.42º 0.75% 0.94% -
XYZ 55.79 56.98 12.2 -
YUV 191.78 53.07 162.4 -
System Red Green Blue C M Y K H S L
Decimal 240 193 59 0 0.20 0.75 0.06 44.42 0.86 0.59
Hex F0 C1 3B 0 14 4B 6 2C 56 3B
Octal 360 301 73 0 24 113 6 54 126 73
Binary 11110000 11000001 111011 0 10100 1001011 110 101100 1010110 111011

Color Harmonies of #F0C13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C13B

Black with #F0C13B

Text Example


Text Example

White with #F0C13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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