Html Css Color HEX #F8C237 Saffron

📋 copy color: '#F8C237'

red 248 ◦ green 194 ◦ blue 55

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

Shades of Saffron #F8C237

Tints of Saffron #F8C237

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.03%

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

R = 49.9%
G = 39.03%
B = 11.07%

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

#F8C237 (or 0xF8C237) is known color: Saffron. HEX triplet: F8, C2 and 37. RGB value is (248,194,55). Sum of RGB (Red+Green+Blue) = 248+194+55=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 55 (21.88% from 255 or 11.07% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C237 is #073DC8. Grayscale: #C2C2C2. Windows color (decimal): -474569 or 3654392. OLE color: 3654392.

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

Color convert

RGB 248 194 55 -
CMYK 0 0.22 0.78 0.03
HSL 43.21º 0.93% 0.59% -
HSV(B) 43.21º 0.78% 0.97% -
XYZ 58.69 58.82 11.87 -
YUV 194.3 49.39 166.3 -
System Red Green Blue C M Y K H S L
Decimal 248 194 55 0 0.22 0.78 0.03 43.21 0.93 0.59
Hex F8 C2 37 0 16 4E 3 2B 5D 3B
Octal 370 302 67 0 26 116 3 53 135 73
Binary 11111000 11000010 110111 0 10110 1001110 11 101011 1011101 111011

Color Harmonies of #F8C237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C237

Black with #F8C237

Text Example


Text Example

White with #F8C237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C237; }

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

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

background-color css

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

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

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

border-color css

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

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

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