Html Css Color HEX #F8441E Red Orange

📋 copy color: '#F8441E'

red 248 ◦ green 68 ◦ blue 30

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

Shades of Red Orange #F8441E

Tints of Red Orange #F8441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.65%

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 71.68%
G = 19.65%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8441E (or 0xF8441E) is known color: Red Orange. HEX triplet: F8, 44 and 1E. RGB value is (248,68,30). Sum of RGB (Red+Green+Blue) = 248+68+30=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F8441E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8441E is #07BBE1. Grayscale: #757575. Windows color (decimal): -506850 or 1983736. OLE color: 1983736.

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

Color convert

RGB 248 68 30 -
CMYK 0 0.73 0.88 0.03
HSL 10.46º 0.94% 0.55% -
HSV(B) 10.46º 0.88% 0.97% -
XYZ 41.01 24.18 3.73 -
YUV 117.49 78.63 221.09 -
System Red Green Blue C M Y K H S L
Decimal 248 68 30 0 0.73 0.88 0.03 10.46 0.94 0.55
Hex F8 44 1E 0 49 58 3 A 5E 37
Octal 370 104 36 0 111 130 3 12 136 67
Binary 11111000 1000100 11110 0 1001001 1011000 11 1010 1011110 110111

Color Harmonies of #F8441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8441E

Black with #F8441E

Text Example


Text Example

White with #F8441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8441E; }

 p { color: rgb(248,68,30); }

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

background-color css

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

 a { background-color: rgb(248,68,30); }

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

border-color css

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

 span { border-color: rgb(248,68,30); }

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