Html Css Color HEX #F8900E Dark Orange

📋 copy color: '#F8900E'

red 248 ◦ green 144 ◦ blue 14

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

Shades of Dark Orange #F8900E

Tints of Dark Orange #F8900E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.47%

 BLUE value IS 14 (5.86% from 255) = 3.45%

R = 61.08%
G = 35.47%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8900E (or 0xF8900E) is known color: Dark Orange. HEX triplet: F8, 90 and 0E. RGB value is (248,144,14). Sum of RGB (Red+Green+Blue) = 248+144+14=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8900E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8900E is #076FF1. Grayscale: #A0A0A0. Windows color (decimal): -487410 or 954616. OLE color: 954616.

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

Color convert

RGB 248 144 14 -
CMYK 0 0.42 0.94 0.03
HSL 33.33º 0.94% 0.51% -
HSV(B) 33.33º 0.94% 0.97% -
XYZ 48.76 39.93 5.55 -
YUV 160.28 45.46 190.57 -
System Red Green Blue C M Y K H S L
Decimal 248 144 14 0 0.42 0.94 0.03 33.33 0.94 0.51
Hex F8 90 E 0 2A 5E 3 21 5E 33
Octal 370 220 16 0 52 136 3 41 136 63
Binary 11111000 10010000 1110 0 101010 1011110 11 100001 1011110 110011

Color Harmonies of #F8900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8900E

Black with #F8900E

Text Example


Text Example

White with #F8900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8900E; }

 p { color: rgb(248,144,14); }

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

background-color css

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

 a { background-color: rgb(248,144,14); }

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

border-color css

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

 span { border-color: rgb(248,144,14); }

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