Html Css Color HEX #F88F01 Dark Orange

📋 copy color: '#F88F01'

red 248 ◦ green 143 ◦ blue 1

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

Shades of Dark Orange #F88F01

Tints of Dark Orange #F88F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 63.27%
G = 36.48%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F88F01 (or 0xF88F01) is known color: Dark Orange. HEX triplet: F8, 8F and 01. RGB value is (248,143,1). Sum of RGB (Red+Green+Blue) = 248+143+1=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88F01 is #0770FE. Grayscale: #9E9E9E. Windows color (decimal): -487679 or 102392. OLE color: 102392.

HSL color Cylindrical-coordinate representation of color #F88F01: hue angle of 34.49º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F88F01 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 143 1 -
CMYK 0 0.42 1.00 0.03
HSL 34.49º 0.99% 0.49% -
HSV(B) 34.49º 1% 0.97% -
XYZ 48.54 39.6 5.11 -
YUV 158.21 39.29 192.05 -
System Red Green Blue C M Y K H S L
Decimal 248 143 1 0 0.42 1.00 0.03 34.49 0.99 0.49
Hex F8 8F 1 0 2A 64 3 22 63 31
Octal 370 217 1 0 52 144 3 42 143 61
Binary 11111000 10001111 1 0 101010 1100100 11 100010 1100011 110001

Color Harmonies of #F88F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88F01

Black with #F88F01

Text Example


Text Example

White with #F88F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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