Html Css Color HEX #F84111 Orange Red

📋 copy color: '#F84111'

red 248 ◦ green 65 ◦ blue 17

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

Shades of Orange Red #F84111

Tints of Orange Red #F84111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 75.15%
G = 19.7%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F84111 (or 0xF84111) is known color: Orange Red. HEX triplet: F8, 41 and 11. RGB value is (248,65,17). Sum of RGB (Red+Green+Blue) = 248+65+17=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F84111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84111 is #07BEEE. Grayscale: #727272. Windows color (decimal): -507631 or 1131000. OLE color: 1131000.

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

Color convert

RGB 248 65 17 -
CMYK 0 0.74 0.93 0.03
HSL 12.47º 0.94% 0.52% -
HSV(B) 12.47º 0.93% 0.97% -
XYZ 40.7 23.78 2.97 -
YUV 114.25 73.13 223.4 -
System Red Green Blue C M Y K H S L
Decimal 248 65 17 0 0.74 0.93 0.03 12.47 0.94 0.52
Hex F8 41 11 0 4A 5D 3 C 5E 34
Octal 370 101 21 0 112 135 3 14 136 64
Binary 11111000 1000001 10001 0 1001010 1011101 11 1100 1011110 110100

Color Harmonies of #F84111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84111

Black with #F84111

Text Example


Text Example

White with #F84111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84111; }

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

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

background-color css

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

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

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

border-color css

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

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

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