Html Css Color HEX #F8913F Sun

📋 copy color: '#F8913F'

red 248 ◦ green 145 ◦ blue 63

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

Shades of Sun #F8913F

Tints of Sun #F8913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.8%

 BLUE value IS 63 (25% from 255) = 13.82%

R = 54.39%
G = 31.8%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8913F (or 0xF8913F) is known color: Sun. HEX triplet: F8, 91 and 3F. RGB value is (248,145,63). Sum of RGB (Red+Green+Blue) = 248+145+63=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F8913F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8913F is #076EC0. Grayscale: #A6A6A6. Windows color (decimal): -487105 or 4166136. OLE color: 4166136.

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

Color convert

RGB 248 145 63 -
CMYK 0 0.42 0.75 0.03
HSL 26.59º 0.93% 0.61% -
HSV(B) 26.59º 0.75% 0.97% -
XYZ 49.73 40.57 9.91 -
YUV 166.45 69.62 186.17 -
System Red Green Blue C M Y K H S L
Decimal 248 145 63 0 0.42 0.75 0.03 26.59 0.93 0.61
Hex F8 91 3F 0 2A 4B 3 1B 5D 3D
Octal 370 221 77 0 52 113 3 33 135 75
Binary 11111000 10010001 111111 0 101010 1001011 11 11011 1011101 111101

Color Harmonies of #F8913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8913F

Black with #F8913F

Text Example


Text Example

White with #F8913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8913F; }

 p { color: rgb(248,145,63); }

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

background-color css

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

 a { background-color: rgb(248,145,63); }

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

border-color css

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

 span { border-color: rgb(248,145,63); }

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