Html Css Color HEX #F84615 Orange Red

📋 copy color: '#F84615'

red 248 ◦ green 70 ◦ blue 21

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

Shades of Orange Red #F84615

Tints of Orange Red #F84615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.65%

 BLUE value IS 21 (8.59% from 255) = 6.19%

R = 73.16%
G = 20.65%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F84615 (or 0xF84615) is known color: Orange Red. HEX triplet: F8, 46 and 15. RGB value is (248,70,21). Sum of RGB (Red+Green+Blue) = 248+70+21=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F84615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84615 is #07B9EA. Grayscale: #767676. Windows color (decimal): -506347 or 1394424. OLE color: 1394424.

HSL color Cylindrical-coordinate representation of color #F84615: hue angle of 12.95º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F84615 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 70 21 -
CMYK 0 0.72 0.92 0.03
HSL 12.95º 0.94% 0.53% -
HSV(B) 12.95º 0.92% 0.97% -
XYZ 41.04 24.39 3.25 -
YUV 117.64 73.47 220.98 -
System Red Green Blue C M Y K H S L
Decimal 248 70 21 0 0.72 0.92 0.03 12.95 0.94 0.53
Hex F8 46 15 0 48 5C 3 D 5E 35
Octal 370 106 25 0 110 134 3 15 136 65
Binary 11111000 1000110 10101 0 1001000 1011100 11 1101 1011110 110101

Color Harmonies of #F84615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84615

Black with #F84615

Text Example


Text Example

White with #F84615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84615; }

 p { color: rgb(248,70,21); }

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

background-color css

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

 a { background-color: rgb(248,70,21); }

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

border-color css

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

 span { border-color: rgb(248,70,21); }

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