Html Css Color HEX #F88C11 Dark Orange

📋 copy color: '#F88C11'

red 248 ◦ green 140 ◦ blue 17

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

Shades of Dark Orange #F88C11

Tints of Dark Orange #F88C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 17 (7.03% from 255) = 4.2%

R = 61.23%
G = 34.57%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F88C11 (or 0xF88C11) is known color: Dark Orange. HEX triplet: F8, 8C and 11. RGB value is (248,140,17). Sum of RGB (Red+Green+Blue) = 248+140+17=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88C11 is #0773EE. Grayscale: #9E9E9E. Windows color (decimal): -488431 or 1150200. OLE color: 1150200.

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

Color convert

RGB 248 140 17 -
CMYK 0 0.44 0.93 0.03
HSL 31.95º 0.94% 0.52% -
HSV(B) 31.95º 0.93% 0.97% -
XYZ 48.19 38.75 5.47 -
YUV 158.27 48.28 192 -
System Red Green Blue C M Y K H S L
Decimal 248 140 17 0 0.44 0.93 0.03 31.95 0.94 0.52
Hex F8 8C 11 0 2C 5D 3 20 5E 34
Octal 370 214 21 0 54 135 3 40 136 64
Binary 11111000 10001100 10001 0 101100 1011101 11 100000 1011110 110100

Color Harmonies of #F88C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88C11

Black with #F88C11

Text Example


Text Example

White with #F88C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88C11; }

 p { color: rgb(248,140,17); }

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

background-color css

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

 a { background-color: rgb(248,140,17); }

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

border-color css

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

 span { border-color: rgb(248,140,17); }

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