Html Css Color HEX #F89211 Dark Orange

📋 copy color: '#F89211'

red 248 ◦ green 146 ◦ blue 17

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

Shades of Dark Orange #F89211

Tints of Dark Orange #F89211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.52%

 BLUE value IS 17 (7.03% from 255) = 4.14%

R = 60.34%
G = 35.52%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F89211 (or 0xF89211) is known color: Dark Orange. HEX triplet: F8, 92 and 11. RGB value is (248,146,17). Sum of RGB (Red+Green+Blue) = 248+146+17=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F89211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89211 is #076DEE. Grayscale: #A2A2A2. Windows color (decimal): -486895 or 1151736. OLE color: 1151736.

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

Color convert

RGB 248 146 17 -
CMYK 0 0.41 0.93 0.03
HSL 33.51º 0.94% 0.52% -
HSV(B) 33.51º 0.93% 0.97% -
XYZ 49.09 40.55 5.77 -
YUV 161.79 46.29 189.49 -
System Red Green Blue C M Y K H S L
Decimal 248 146 17 0 0.41 0.93 0.03 33.51 0.94 0.52
Hex F8 92 11 0 29 5D 3 22 5E 34
Octal 370 222 21 0 51 135 3 42 136 64
Binary 11111000 10010010 10001 0 101001 1011101 11 100010 1011110 110100

Color Harmonies of #F89211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89211

Black with #F89211

Text Example


Text Example

White with #F89211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89211; }

 p { color: rgb(248,146,17); }

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

background-color css

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

 a { background-color: rgb(248,146,17); }

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

border-color css

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

 span { border-color: rgb(248,146,17); }

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