Html Css Color HEX #F8411A Orange Red

📋 copy color: '#F8411A'

red 248 ◦ green 65 ◦ blue 26

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

Shades of Orange Red #F8411A

Tints of Orange Red #F8411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.67%

R = 73.16%
G = 19.17%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8411A (or 0xF8411A) is known color: Orange Red. HEX triplet: F8, 41 and 1A. RGB value is (248,65,26). Sum of RGB (Red+Green+Blue) = 248+65+26=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F8411A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8411A is #07BEE5. Grayscale: #737373. Windows color (decimal): -507622 or 1720824. OLE color: 1720824.

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

Color convert

RGB 248 65 26 -
CMYK 0 0.74 0.90 0.03
HSL 10.54º 0.94% 0.54% -
HSV(B) 10.54º 0.9% 0.97% -
XYZ 40.79 23.81 3.42 -
YUV 115.27 77.63 222.67 -
System Red Green Blue C M Y K H S L
Decimal 248 65 26 0 0.74 0.90 0.03 10.54 0.94 0.54
Hex F8 41 1A 0 4A 5A 3 B 5E 36
Octal 370 101 32 0 112 132 3 13 136 66
Binary 11111000 1000001 11010 0 1001010 1011010 11 1011 1011110 110110

Color Harmonies of #F8411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8411A

Black with #F8411A

Text Example


Text Example

White with #F8411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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