Html Css Color HEX #F8411B Red Orange

📋 copy color: '#F8411B'

red 248 ◦ green 65 ◦ blue 27

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

Shades of Red Orange #F8411B

Tints of Red Orange #F8411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.94%

R = 72.94%
G = 19.12%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8411B (or 0xF8411B) is known color: Red Orange. HEX triplet: F8, 41 and 1B. RGB value is (248,65,27). Sum of RGB (Red+Green+Blue) = 248+65+27=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F8411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8411B is #07BEE4. Grayscale: #737373. Windows color (decimal): -507621 or 1786360. OLE color: 1786360.

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

Color convert

RGB 248 65 27 -
CMYK 0 0.74 0.89 0.03
HSL 10.32º 0.94% 0.54% -
HSV(B) 10.32º 0.89% 0.97% -
XYZ 40.8 23.82 3.48 -
YUV 115.39 78.13 222.59 -
System Red Green Blue C M Y K H S L
Decimal 248 65 27 0 0.74 0.89 0.03 10.32 0.94 0.54
Hex F8 41 1B 0 4A 59 3 A 5E 36
Octal 370 101 33 0 112 131 3 12 136 66
Binary 11111000 1000001 11011 0 1001010 1011001 11 1010 1011110 110110

Color Harmonies of #F8411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8411B

Black with #F8411B

Text Example


Text Example

White with #F8411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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