Html Css Color HEX #F89402 Dark Orange

📋 copy color: '#F89402'

red 248 ◦ green 148 ◦ blue 2

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

Shades of Dark Orange #F89402

Tints of Dark Orange #F89402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.19%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 62.31%
G = 37.19%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F89402 (or 0xF89402) is known color: Dark Orange. HEX triplet: F8, 94 and 02. RGB value is (248,148,2). Sum of RGB (Red+Green+Blue) = 248+148+2=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F89402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89402 is #076BFD. Grayscale: #A1A1A1. Windows color (decimal): -486398 or 169208. OLE color: 169208.

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

Color convert

RGB 248 148 2 -
CMYK 0 0.40 0.99 0.03
HSL 35.61º 0.98% 0.49% -
HSV(B) 35.61º 0.99% 0.97% -
XYZ 49.31 41.14 5.4 -
YUV 161.26 38.13 189.87 -
System Red Green Blue C M Y K H S L
Decimal 248 148 2 0 0.40 0.99 0.03 35.61 0.98 0.49
Hex F8 94 2 0 28 63 3 24 62 31
Octal 370 224 2 0 50 143 3 44 142 61
Binary 11111000 10010100 10 0 101000 1100011 11 100100 1100010 110001

Color Harmonies of #F89402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89402

Black with #F89402

Text Example


Text Example

White with #F89402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89402; }

 p { color: rgb(248,148,2); }

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

background-color css

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

 a { background-color: rgb(248,148,2); }

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

border-color css

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

 span { border-color: rgb(248,148,2); }

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