Html Css Color HEX #F88F0E Dark Orange

📋 copy color: '#F88F0E'

red 248 ◦ green 143 ◦ blue 14

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

Shades of Dark Orange #F88F0E

Tints of Dark Orange #F88F0E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.31%

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

R = 61.23%
G = 35.31%
B = 3.46%

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

#F88F0E (or 0xF88F0E) is known color: Dark Orange. HEX triplet: F8, 8F and 0E. RGB value is (248,143,14). Sum of RGB (Red+Green+Blue) = 248+143+14=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88F0E is #0770F1. Grayscale: #A0A0A0. Windows color (decimal): -487666 or 954360. OLE color: 954360.

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

Color convert

RGB 248 143 14 -
CMYK 0 0.42 0.94 0.03
HSL 33.08º 0.94% 0.51% -
HSV(B) 33.08º 0.94% 0.97% -
XYZ 48.61 39.63 5.5 -
YUV 159.69 45.79 190.99 -
System Red Green Blue C M Y K H S L
Decimal 248 143 14 0 0.42 0.94 0.03 33.08 0.94 0.51
Hex F8 8F E 0 2A 5E 3 21 5E 33
Octal 370 217 16 0 52 136 3 41 136 63
Binary 11111000 10001111 1110 0 101010 1011110 11 100001 1011110 110011

Color Harmonies of #F88F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88F0E

Black with #F88F0E

Text Example


Text Example

White with #F88F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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