Html Css Color HEX #F84201 Orange Red

📋 copy color: '#F84201'

red 248 ◦ green 66 ◦ blue 1

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

Shades of Orange Red #F84201

Tints of Orange Red #F84201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.95%

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

R = 78.73%
G = 20.95%
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

#F84201 (or 0xF84201) is known color: Orange Red. HEX triplet: F8, 42 and 01. RGB value is (248,66,1). Sum of RGB (Red+Green+Blue) = 248+66+1=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F84201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84201 is #07BDFE. Grayscale: #717171. Windows color (decimal): -507391 or 82680. OLE color: 82680.

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

Color convert

RGB 248 66 1 -
CMYK 0 0.73 1.00 0.03
HSL 15.79º 0.99% 0.49% -
HSV(B) 15.79º 1% 0.97% -
XYZ 40.67 23.86 2.49 -
YUV 113.01 64.8 224.29 -
System Red Green Blue C M Y K H S L
Decimal 248 66 1 0 0.73 1.00 0.03 15.79 0.99 0.49
Hex F8 42 1 0 49 64 3 10 63 31
Octal 370 102 1 0 111 144 3 20 143 61
Binary 11111000 1000010 1 0 1001001 1100100 11 10000 1100011 110001

Color Harmonies of #F84201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84201

Black with #F84201

Text Example


Text Example

White with #F84201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84201; }

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

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

background-color css

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

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

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

border-color css

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

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

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