Html Css Color HEX #F88F00 Dark Orange

📋 copy color: '#F88F00'

red 248 ◦ green 143 ◦ blue 0

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

Shades of Dark Orange #F88F00

Tints of Dark Orange #F88F00

RGB

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

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

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

R = 63.43%
G = 36.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F88F00 (or 0xF88F00) is known color: Dark Orange. HEX triplet: F8, 8F and 00. RGB value is (248,143,0). Sum of RGB (Red+Green+Blue) = 248+143+0=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88F00 is #0770FF. Grayscale: #9E9E9E. Windows color (decimal): -487680 or 36856. OLE color: 36856.

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

Color convert

RGB 248 143 0 -
CMYK 0 0.42 1 0.03
HSL 34.6º 1% 0.49% -
HSV(B) 34.6º 1% 0.97% -
XYZ 48.53 39.6 5.09 -
YUV 158.09 38.79 192.13 -
System Red Green Blue C M Y K H S L
Decimal 248 143 0 0 0.42 1 0.03 34.6 1 0.49
Hex F8 8F 0 0 2A 64 3 23 64 31
Octal 370 217 0 0 52 144 3 43 144 61
Binary 11111000 10001111 0 0 101010 1100100 11 100011 1100100 110001

Color Harmonies of #F88F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88F00

Black with #F88F00

Text Example


Text Example

White with #F88F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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