Html Css Color HEX #F8C631 Saffron

📋 copy color: '#F8C631'

red 248 ◦ green 198 ◦ blue 49

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

Shades of Saffron #F8C631

Tints of Saffron #F8C631

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40%

 BLUE value IS 49 (19.53% from 255) = 9.9%

R = 50.1%
G = 40%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F8C631 (or 0xF8C631) is known color: Saffron. HEX triplet: F8, C6 and 31. RGB value is (248,198,49). Sum of RGB (Red+Green+Blue) = 248+198+49=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C631 is #0739CE. Grayscale: #C4C4C4. Windows color (decimal): -473551 or 3262200. OLE color: 3262200.

HSL color Cylindrical-coordinate representation of color #F8C631: hue angle of 44.92º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8C631 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 198 49 -
CMYK 0 0.20 0.80 0.03
HSL 44.92º 0.93% 0.58% -
HSV(B) 44.92º 0.8% 0.97% -
XYZ 59.46 60.57 11.46 -
YUV 195.96 45.07 165.12 -
System Red Green Blue C M Y K H S L
Decimal 248 198 49 0 0.20 0.80 0.03 44.92 0.93 0.58
Hex F8 C6 31 0 14 50 3 2D 5D 3A
Octal 370 306 61 0 24 120 3 55 135 72
Binary 11111000 11000110 110001 0 10100 1010000 11 101101 1011101 111010

Color Harmonies of #F8C631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C631

Black with #F8C631

Text Example


Text Example

White with #F8C631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C631; }

 p { color: rgb(248,198,49); }

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

background-color css

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

 a { background-color: rgb(248,198,49); }

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

border-color css

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

 span { border-color: rgb(248,198,49); }

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