Html Css Color HEX #F88F0B Dark Orange

📋 copy color: '#F88F0B'

red 248 ◦ green 143 ◦ blue 11

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

Shades of Dark Orange #F88F0B

Tints of Dark Orange #F88F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 61.69%
G = 35.57%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F88F0B (or 0xF88F0B) is known color: Dark Orange. HEX triplet: F8, 8F and 0B. RGB value is (248,143,11). Sum of RGB (Red+Green+Blue) = 248+143+11=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88F0B is #0770F4. Grayscale: #9F9F9F. Windows color (decimal): -487669 or 757752. OLE color: 757752.

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

Color convert

RGB 248 143 11 -
CMYK 0 0.42 0.96 0.03
HSL 33.42º 0.94% 0.51% -
HSV(B) 33.42º 0.96% 0.97% -
XYZ 48.59 39.63 5.4 -
YUV 159.35 44.29 191.23 -
System Red Green Blue C M Y K H S L
Decimal 248 143 11 0 0.42 0.96 0.03 33.42 0.94 0.51
Hex F8 8F B 0 2A 60 3 21 5E 33
Octal 370 217 13 0 52 140 3 41 136 63
Binary 11111000 10001111 1011 0 101010 1100000 11 100001 1011110 110011

Color Harmonies of #F88F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88F0B

Black with #F88F0B

Text Example


Text Example

White with #F88F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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