Html Css Color HEX #F88D0A Dark Orange

📋 copy color: '#F88D0A'

red 248 ◦ green 141 ◦ blue 10

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

Shades of Dark Orange #F88D0A

Tints of Dark Orange #F88D0A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.34%

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 62.16%
G = 35.34%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F88D0A (or 0xF88D0A) is known color: Dark Orange. HEX triplet: F8, 8D and 0A. RGB value is (248,141,10). Sum of RGB (Red+Green+Blue) = 248+141+10=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F88D0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88D0A is #0772F5. Grayscale: #9E9E9E. Windows color (decimal): -488182 or 691704. OLE color: 691704.

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

Color convert

RGB 248 141 10 -
CMYK 0 0.43 0.96 0.03
HSL 33.03º 0.94% 0.51% -
HSV(B) 33.03º 0.96% 0.97% -
XYZ 48.29 39.03 5.28 -
YUV 158.06 44.45 192.15 -
System Red Green Blue C M Y K H S L
Decimal 248 141 10 0 0.43 0.96 0.03 33.03 0.94 0.51
Hex F8 8D A 0 2B 60 3 21 5E 33
Octal 370 215 12 0 53 140 3 41 136 63
Binary 11111000 10001101 1010 0 101011 1100000 11 100001 1011110 110011

Color Harmonies of #F88D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88D0A

Black with #F88D0A

Text Example


Text Example

White with #F88D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88D0A; }

 p { color: rgb(248,141,10); }

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

background-color css

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

 a { background-color: rgb(248,141,10); }

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

border-color css

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

 span { border-color: rgb(248,141,10); }

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