Html Css Color HEX #F84915 Orange Red

📋 copy color: '#F84915'

red 248 ◦ green 73 ◦ blue 21

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

Shades of Orange Red #F84915

Tints of Orange Red #F84915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.35%

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

R = 72.51%
G = 21.35%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F84915 (or 0xF84915) is known color: Orange Red. HEX triplet: F8, 49 and 15. RGB value is (248,73,21). Sum of RGB (Red+Green+Blue) = 248+73+21=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F84915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84915 is #07B6EA. Grayscale: #777777. Windows color (decimal): -505579 or 1395192. OLE color: 1395192.

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

Color convert

RGB 248 73 21 -
CMYK 0 0.71 0.92 0.03
HSL 13.74º 0.94% 0.53% -
HSV(B) 13.74º 0.92% 0.97% -
XYZ 41.23 24.78 3.32 -
YUV 119.4 72.48 219.73 -
System Red Green Blue C M Y K H S L
Decimal 248 73 21 0 0.71 0.92 0.03 13.74 0.94 0.53
Hex F8 49 15 0 47 5C 3 E 5E 35
Octal 370 111 25 0 107 134 3 16 136 65
Binary 11111000 1001001 10101 0 1000111 1011100 11 1110 1011110 110101

Color Harmonies of #F84915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84915

Black with #F84915

Text Example


Text Example

White with #F84915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84915; }

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

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

background-color css

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

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

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

border-color css

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

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

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