Html Css Color HEX #F88F0D Dark Orange

📋 copy color: '#F88F0D'

red 248 ◦ green 143 ◦ blue 13

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

Shades of Dark Orange #F88F0D

Tints of Dark Orange #F88F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.22%

R = 61.39%
G = 35.4%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F88F0D (or 0xF88F0D) is known color: Dark Orange. HEX triplet: F8, 8F and 0D. RGB value is (248,143,13). Sum of RGB (Red+Green+Blue) = 248+143+13=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88F0D is #0770F2. Grayscale: #A0A0A0. Windows color (decimal): -487667 or 888824. OLE color: 888824.

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

Color convert

RGB 248 143 13 -
CMYK 0 0.42 0.95 0.03
HSL 33.19º 0.94% 0.51% -
HSV(B) 33.19º 0.95% 0.97% -
XYZ 48.61 39.63 5.47 -
YUV 159.58 45.29 191.07 -
System Red Green Blue C M Y K H S L
Decimal 248 143 13 0 0.42 0.95 0.03 33.19 0.94 0.51
Hex F8 8F D 0 2A 5F 3 21 5E 33
Octal 370 217 15 0 52 137 3 41 136 63
Binary 11111000 10001111 1101 0 101010 1011111 11 100001 1011110 110011

Color Harmonies of #F88F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88F0D

Black with #F88F0D

Text Example


Text Example

White with #F88F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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