Html Css Color HEX #F8C137 Saffron

📋 copy color: '#F8C137'

red 248 ◦ green 193 ◦ blue 55

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

Shades of Saffron #F8C137

Tints of Saffron #F8C137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.09%

R = 50%
G = 38.91%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F8C137 (or 0xF8C137) is known color: Saffron. HEX triplet: F8, C1 and 37. RGB value is (248,193,55). Sum of RGB (Red+Green+Blue) = 248+193+55=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 55 (21.88% from 255 or 11.09% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C137 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C137 is #073EC8. Grayscale: #C2C2C2. Windows color (decimal): -474825 or 3654136. OLE color: 3654136.

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

Color convert

RGB 248 193 55 -
CMYK 0 0.22 0.78 0.03
HSL 42.9º 0.93% 0.59% -
HSV(B) 42.9º 0.78% 0.97% -
XYZ 58.47 58.37 11.8 -
YUV 193.71 49.72 166.72 -
System Red Green Blue C M Y K H S L
Decimal 248 193 55 0 0.22 0.78 0.03 42.9 0.93 0.59
Hex F8 C1 37 0 16 4E 3 2B 5D 3B
Octal 370 301 67 0 26 116 3 53 135 73
Binary 11111000 11000001 110111 0 10110 1001110 11 101011 1011101 111011

Color Harmonies of #F8C137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C137

Black with #F8C137

Text Example


Text Example

White with #F8C137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C137; }

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

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

background-color css

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

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

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

border-color css

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

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

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