Html Css Color HEX #F84014 Orange Red

📋 copy color: '#F84014'

red 248 ◦ green 64 ◦ blue 20

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

Shades of Orange Red #F84014

Tints of Orange Red #F84014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 74.7%
G = 19.28%
B = 6.02%

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

#F84014 (or 0xF84014) is known color: Orange Red. HEX triplet: F8, 40 and 14. RGB value is (248,64,20). Sum of RGB (Red+Green+Blue) = 248+64+20=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F84014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84014 is #07BFEB. Grayscale: #727272. Windows color (decimal): -507884 or 1327352. OLE color: 1327352.

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

Color convert

RGB 248 64 20 -
CMYK 0 0.74 0.92 0.03
HSL 11.58º 0.94% 0.53% -
HSV(B) 11.58º 0.92% 0.97% -
XYZ 40.67 23.67 3.09 -
YUV 114 74.96 223.58 -
System Red Green Blue C M Y K H S L
Decimal 248 64 20 0 0.74 0.92 0.03 11.58 0.94 0.53
Hex F8 40 14 0 4A 5C 3 C 5E 35
Octal 370 100 24 0 112 134 3 14 136 65
Binary 11111000 1000000 10100 0 1001010 1011100 11 1100 1011110 110101

Color Harmonies of #F84014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84014

Black with #F84014

Text Example


Text Example

White with #F84014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84014; }

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

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

background-color css

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

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

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

border-color css

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

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

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