Html Css Color HEX #F0C138 Saffron

📋 copy color: '#F0C138'

red 240 ◦ green 193 ◦ blue 56

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

Shades of Saffron #F0C138

Tints of Saffron #F0C138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.45%

R = 49.08%
G = 39.47%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F0C138 (or 0xF0C138) is known color: Saffron. HEX triplet: F0, C1 and 38. RGB value is (240,193,56). Sum of RGB (Red+Green+Blue) = 240+193+56=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 56 (22.27% from 255 or 11.45% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C138 is #0F3EC7. Grayscale: #C0C0C0. Windows color (decimal): -999112 or 3719664. OLE color: 3719664.

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

Color convert

RGB 240 193 56 -
CMYK 0 0.20 0.77 0.06
HSL 44.67º 0.86% 0.58% -
HSV(B) 44.67º 0.77% 0.94% -
XYZ 55.72 56.95 11.8 -
YUV 191.44 51.57 162.64 -
System Red Green Blue C M Y K H S L
Decimal 240 193 56 0 0.20 0.77 0.06 44.67 0.86 0.58
Hex F0 C1 38 0 14 4D 6 2D 56 3A
Octal 360 301 70 0 24 115 6 55 126 72
Binary 11110000 11000001 111000 0 10100 1001101 110 101101 1010110 111010

Color Harmonies of #F0C138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C138

Black with #F0C138

Text Example


Text Example

White with #F0C138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C138; }

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

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

background-color css

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

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

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

border-color css

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

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

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