Html Css Color HEX #F8910F Dark Orange

📋 copy color: '#F8910F'

red 248 ◦ green 145 ◦ blue 15

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

Shades of Dark Orange #F8910F

Tints of Dark Orange #F8910F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.68%

R = 60.78%
G = 35.54%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8910F (or 0xF8910F) is known color: Dark Orange. HEX triplet: F8, 91 and 0F. RGB value is (248,145,15). Sum of RGB (Red+Green+Blue) = 248+145+15=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8910F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8910F is #076EF0. Grayscale: #A1A1A1. Windows color (decimal): -487153 or 1020408. OLE color: 1020408.

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

Color convert

RGB 248 145 15 -
CMYK 0 0.42 0.94 0.03
HSL 33.48º 0.94% 0.52% -
HSV(B) 33.48º 0.94% 0.97% -
XYZ 48.92 40.24 5.64 -
YUV 160.98 45.62 190.07 -
System Red Green Blue C M Y K H S L
Decimal 248 145 15 0 0.42 0.94 0.03 33.48 0.94 0.52
Hex F8 91 F 0 2A 5E 3 21 5E 34
Octal 370 221 17 0 52 136 3 41 136 64
Binary 11111000 10010001 1111 0 101010 1011110 11 100001 1011110 110100

Color Harmonies of #F8910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8910F

Black with #F8910F

Text Example


Text Example

White with #F8910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8910F; }

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

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

background-color css

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

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

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

border-color css

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

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

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