Html Css Color HEX #F84013 Orange Red

📋 copy color: '#F84013'

red 248 ◦ green 64 ◦ blue 19

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

Shades of Orange Red #F84013

Tints of Orange Red #F84013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 19 (7.81% from 255) = 5.74%

R = 74.92%
G = 19.34%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F84013 (or 0xF84013) is known color: Orange Red. HEX triplet: F8, 40 and 13. RGB value is (248,64,19). Sum of RGB (Red+Green+Blue) = 248+64+19=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F84013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84013 is #07BFEC. Grayscale: #727272. Windows color (decimal): -507885 or 1261816. OLE color: 1261816.

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

Color convert

RGB 248 64 19 -
CMYK 0 0.74 0.92 0.03
HSL 11.79º 0.94% 0.52% -
HSV(B) 11.79º 0.92% 0.97% -
XYZ 40.66 23.67 3.04 -
YUV 113.89 74.46 223.66 -
System Red Green Blue C M Y K H S L
Decimal 248 64 19 0 0.74 0.92 0.03 11.79 0.94 0.52
Hex F8 40 13 0 4A 5C 3 C 5E 34
Octal 370 100 23 0 112 134 3 14 136 64
Binary 11111000 1000000 10011 0 1001010 1011100 11 1100 1011110 110100

Color Harmonies of #F84013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84013

Black with #F84013

Text Example


Text Example

White with #F84013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84013; }

 p { color: rgb(248,64,19); }

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

background-color css

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

 a { background-color: rgb(248,64,19); }

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

border-color css

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

 span { border-color: rgb(248,64,19); }

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