Html Css Color HEX #F8441C Red Orange

📋 copy color: '#F8441C'

red 248 ◦ green 68 ◦ blue 28

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

Shades of Red Orange #F8441C

Tints of Red Orange #F8441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.14%

R = 72.09%
G = 19.77%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8441C (or 0xF8441C) is known color: Red Orange. HEX triplet: F8, 44 and 1C. RGB value is (248,68,28). Sum of RGB (Red+Green+Blue) = 248+68+28=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F8441C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8441C is #07BBE3. Grayscale: #757575. Windows color (decimal): -506852 or 1852664. OLE color: 1852664.

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

Color convert

RGB 248 68 28 -
CMYK 0 0.73 0.89 0.03
HSL 10.91º 0.94% 0.54% -
HSV(B) 10.91º 0.89% 0.97% -
XYZ 40.99 24.17 3.6 -
YUV 117.26 77.63 221.25 -
System Red Green Blue C M Y K H S L
Decimal 248 68 28 0 0.73 0.89 0.03 10.91 0.94 0.54
Hex F8 44 1C 0 49 59 3 B 5E 36
Octal 370 104 34 0 111 131 3 13 136 66
Binary 11111000 1000100 11100 0 1001001 1011001 11 1011 1011110 110110

Color Harmonies of #F8441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8441C

Black with #F8441C

Text Example


Text Example

White with #F8441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8441C; }

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

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

background-color css

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

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

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

border-color css

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

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

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