Html Css Color HEX #F89200 Dark Orange

📋 copy color: '#F89200'

red 248 ◦ green 146 ◦ blue 0

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

Shades of Dark Orange #F89200

Tints of Dark Orange #F89200

RGB

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

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

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

R = 62.94%
G = 37.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F89200 (or 0xF89200) is known color: Dark Orange. HEX triplet: F8, 92 and 00. RGB value is (248,146,0). Sum of RGB (Red+Green+Blue) = 248+146+0=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F89200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89200 is #076DFF. Grayscale: #A0A0A0. Windows color (decimal): -486912 or 37624. OLE color: 37624.

HSL color Cylindrical-coordinate representation of color #F89200: hue angle of 35.32º 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 #F89200 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 146 0 -
CMYK 0 0.41 1 0.03
HSL 35.32º 1% 0.49% -
HSV(B) 35.32º 1% 0.97% -
XYZ 48.99 40.51 5.24 -
YUV 159.85 37.79 190.87 -
System Red Green Blue C M Y K H S L
Decimal 248 146 0 0 0.41 1 0.03 35.32 1 0.49
Hex F8 92 0 0 29 64 3 23 64 31
Octal 370 222 0 0 51 144 3 43 144 61
Binary 11111000 10010010 0 0 101001 1100100 11 100011 1100100 110001

Color Harmonies of #F89200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89200

Black with #F89200

Text Example


Text Example

White with #F89200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89200; }

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

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

background-color css

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

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

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

border-color css

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

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

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