Html Css Color HEX #F89101 Dark Orange

📋 copy color: '#F89101'

red 248 ◦ green 145 ◦ blue 1

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

Shades of Dark Orange #F89101

Tints of Dark Orange #F89101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 62.94%
G = 36.8%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F89101 (or 0xF89101) is known color: Dark Orange. HEX triplet: F8, 91 and 01. RGB value is (248,145,1). Sum of RGB (Red+Green+Blue) = 248+145+1=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F89101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89101 is #076EFE. Grayscale: #A0A0A0. Windows color (decimal): -487167 or 102904. OLE color: 102904.

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

Color convert

RGB 248 145 1 -
CMYK 0 0.42 1.00 0.03
HSL 34.98º 0.99% 0.49% -
HSV(B) 34.98º 1% 0.97% -
XYZ 48.84 40.21 5.22 -
YUV 159.38 38.62 191.21 -
System Red Green Blue C M Y K H S L
Decimal 248 145 1 0 0.42 1.00 0.03 34.98 0.99 0.49
Hex F8 91 1 0 2A 64 3 23 63 31
Octal 370 221 1 0 52 144 3 43 143 61
Binary 11111000 10010001 1 0 101010 1100100 11 100011 1100011 110001

Color Harmonies of #F89101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89101

Black with #F89101

Text Example


Text Example

White with #F89101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89101; }

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

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

background-color css

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

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

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

border-color css

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

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

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