Html Css Color HEX #F84501 Orange Red

📋 copy color: '#F84501'

red 248 ◦ green 69 ◦ blue 1

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

Shades of Orange Red #F84501

Tints of Orange Red #F84501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.7%

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

R = 77.99%
G = 21.7%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F84501 (or 0xF84501) is known color: Orange Red. HEX triplet: F8, 45 and 01. RGB value is (248,69,1). Sum of RGB (Red+Green+Blue) = 248+69+1=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F84501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84501 is #07BAFE. Grayscale: #737373. Windows color (decimal): -506623 or 83448. OLE color: 83448.

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

Color convert

RGB 248 69 1 -
CMYK 0 0.72 1.00 0.03
HSL 16.52º 0.99% 0.49% -
HSV(B) 16.52º 1% 0.97% -
XYZ 40.85 24.21 2.55 -
YUV 114.77 63.8 223.03 -
System Red Green Blue C M Y K H S L
Decimal 248 69 1 0 0.72 1.00 0.03 16.52 0.99 0.49
Hex F8 45 1 0 48 64 3 11 63 31
Octal 370 105 1 0 110 144 3 21 143 61
Binary 11111000 1000101 1 0 1001000 1100100 11 10001 1100011 110001

Color Harmonies of #F84501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84501

Black with #F84501

Text Example


Text Example

White with #F84501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84501; }

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

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

background-color css

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

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

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

border-color css

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

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

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