Html Css Color HEX #F84401 Orange Red

📋 copy color: '#F84401'

red 248 ◦ green 68 ◦ blue 1

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

Shades of Orange Red #F84401

Tints of Orange Red #F84401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

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

R = 78.23%
G = 21.45%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F84401 (or 0xF84401) is known color: Orange Red. HEX triplet: F8, 44 and 01. RGB value is (248,68,1). Sum of RGB (Red+Green+Blue) = 248+68+1=317 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.23% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 248 - color contains mainly: red. Hex color #F84401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84401 is #07BBFE. Grayscale: #727272. Windows color (decimal): -506879 or 83192. OLE color: 83192.

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

Color convert

RGB 248 68 1 -
CMYK 0 0.73 1.00 0.03
HSL 16.28º 0.99% 0.49% -
HSV(B) 16.28º 1% 0.97% -
XYZ 40.78 24.09 2.53 -
YUV 114.18 64.13 223.45 -
System Red Green Blue C M Y K H S L
Decimal 248 68 1 0 0.73 1.00 0.03 16.28 0.99 0.49
Hex F8 44 1 0 49 64 3 10 63 31
Octal 370 104 1 0 111 144 3 20 143 61
Binary 11111000 1000100 1 0 1001001 1100100 11 10000 1100011 110001

Color Harmonies of #F84401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84401

Black with #F84401

Text Example


Text Example

White with #F84401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84401; }

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

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

background-color css

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

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

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

border-color css

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

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

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