Html Css Color HEX #F88A00 Dark Orange

📋 copy color: '#F88A00'

red 248 ◦ green 138 ◦ blue 0

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

Shades of Dark Orange #F88A00

Tints of Dark Orange #F88A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.75%

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

R = 64.25%
G = 35.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F88A00 (or 0xF88A00) is known color: Dark Orange. HEX triplet: F8, 8A and 00. RGB value is (248,138,0). Sum of RGB (Red+Green+Blue) = 248+138+0=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88A00 is #0775FF. Grayscale: #9B9B9B. Windows color (decimal): -488960 or 35576. OLE color: 35576.

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

Color convert

RGB 248 138 0 -
CMYK 0 0.44 1 0.03
HSL 33.39º 1% 0.49% -
HSV(B) 33.39º 1% 0.97% -
XYZ 47.8 38.13 4.84 -
YUV 155.16 40.44 194.22 -
System Red Green Blue C M Y K H S L
Decimal 248 138 0 0 0.44 1 0.03 33.39 1 0.49
Hex F8 8A 0 0 2C 64 3 21 64 31
Octal 370 212 0 0 54 144 3 41 144 61
Binary 11111000 10001010 0 0 101100 1100100 11 100001 1100100 110001

Color Harmonies of #F88A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88A00

Black with #F88A00

Text Example


Text Example

White with #F88A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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