Html Css Color HEX #F84114 Orange Red

📋 copy color: '#F84114'

red 248 ◦ green 65 ◦ blue 20

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

Shades of Orange Red #F84114

Tints of Orange Red #F84114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

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

R = 74.47%
G = 19.52%
B = 6.01%

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

#F84114 (or 0xF84114) is known color: Orange Red. HEX triplet: F8, 41 and 14. RGB value is (248,65,20). Sum of RGB (Red+Green+Blue) = 248+65+20=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F84114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84114 is #07BEEB. Grayscale: #727272. Windows color (decimal): -507628 or 1327608. OLE color: 1327608.

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

Color convert

RGB 248 65 20 -
CMYK 0 0.74 0.92 0.03
HSL 11.84º 0.94% 0.53% -
HSV(B) 11.84º 0.92% 0.97% -
XYZ 40.73 23.79 3.11 -
YUV 114.59 74.63 223.16 -
System Red Green Blue C M Y K H S L
Decimal 248 65 20 0 0.74 0.92 0.03 11.84 0.94 0.53
Hex F8 41 14 0 4A 5C 3 C 5E 35
Octal 370 101 24 0 112 134 3 14 136 65
Binary 11111000 1000001 10100 0 1001010 1011100 11 1100 1011110 110101

Color Harmonies of #F84114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84114

Black with #F84114

Text Example


Text Example

White with #F84114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84114; }

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

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

background-color css

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

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

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

border-color css

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

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

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