Html Css Color HEX #F84805 Orange Red

📋 copy color: '#F84805'

red 248 ◦ green 72 ◦ blue 5

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

Shades of Orange Red #F84805

Tints of Orange Red #F84805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.15%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 76.31%
G = 22.15%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F84805 (or 0xF84805) is known color: Orange Red. HEX triplet: F8, 48 and 05. RGB value is (248,72,5). Sum of RGB (Red+Green+Blue) = 248+72+5=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F84805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84805 is #07B7FA. Grayscale: #757575. Windows color (decimal): -505851 or 346360. OLE color: 346360.

HSL color Cylindrical-coordinate representation of color #F84805: hue angle of 16.54º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F84805 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 72 5 -
CMYK 0 0.71 0.98 0.03
HSL 16.54º 0.96% 0.5% -
HSV(B) 16.54º 0.98% 0.97% -
XYZ 41.06 24.6 2.73 -
YUV 116.99 64.81 221.45 -
System Red Green Blue C M Y K H S L
Decimal 248 72 5 0 0.71 0.98 0.03 16.54 0.96 0.5
Hex F8 48 5 0 47 62 3 11 60 32
Octal 370 110 5 0 107 142 3 21 140 62
Binary 11111000 1001000 101 0 1000111 1100010 11 10001 1100000 110010

Color Harmonies of #F84805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84805

Black with #F84805

Text Example


Text Example

White with #F84805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84805; }

 p { color: rgb(248,72,5); }

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

background-color css

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

 a { background-color: rgb(248,72,5); }

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

border-color css

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

 span { border-color: rgb(248,72,5); }

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