Html Css Color HEX #F89100 Dark Orange

📋 copy color: '#F89100'

red 248 ◦ green 145 ◦ blue 0

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

Shades of Dark Orange #F89100

Tints of Dark Orange #F89100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.1%
G = 36.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F89100 (or 0xF89100) is known color: Dark Orange. HEX triplet: F8, 91 and 00. RGB value is (248,145,0). Sum of RGB (Red+Green+Blue) = 248+145+0=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F89100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89100 is #076EFF. Grayscale: #9F9F9F. Windows color (decimal): -487168 or 37368. OLE color: 37368.

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

Color convert

RGB 248 145 0 -
CMYK 0 0.42 1 0.03
HSL 35.08º 1% 0.49% -
HSV(B) 35.08º 1% 0.97% -
XYZ 48.84 40.21 5.19 -
YUV 159.27 38.12 191.29 -
System Red Green Blue C M Y K H S L
Decimal 248 145 0 0 0.42 1 0.03 35.08 1 0.49
Hex F8 91 0 0 2A 64 3 23 64 31
Octal 370 221 0 0 52 144 3 43 144 61
Binary 11111000 10010001 0 0 101010 1100100 11 100011 1100100 110001

Color Harmonies of #F89100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89100

Black with #F89100

Text Example


Text Example

White with #F89100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89100; }

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

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

background-color css

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

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

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

border-color css

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

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

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