Html Css Color HEX #F88C05 Dark Orange

📋 copy color: '#F88C05'

red 248 ◦ green 140 ◦ blue 5

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

Shades of Dark Orange #F88C05

Tints of Dark Orange #F88C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 63.1%
G = 35.62%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F88C05 (or 0xF88C05) is known color: Dark Orange. HEX triplet: F8, 8C and 05. RGB value is (248,140,5). Sum of RGB (Red+Green+Blue) = 248+140+5=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88C05 is #0773FA. Grayscale: #9D9D9D. Windows color (decimal): -488443 or 363768. OLE color: 363768.

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

Color convert

RGB 248 140 5 -
CMYK 0 0.44 0.98 0.03
HSL 33.33º 0.96% 0.5% -
HSV(B) 33.33º 0.98% 0.97% -
XYZ 48.12 38.72 5.08 -
YUV 156.9 42.28 192.98 -
System Red Green Blue C M Y K H S L
Decimal 248 140 5 0 0.44 0.98 0.03 33.33 0.96 0.5
Hex F8 8C 5 0 2C 62 3 21 60 32
Octal 370 214 5 0 54 142 3 41 140 62
Binary 11111000 10001100 101 0 101100 1100010 11 100001 1100000 110010

Color Harmonies of #F88C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88C05

Black with #F88C05

Text Example


Text Example

White with #F88C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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