Html Css Color HEX #F8440A Orange Red

📋 copy color: '#F8440A'

red 248 ◦ green 68 ◦ blue 10

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

Shades of Orange Red #F8440A

Tints of Orange Red #F8440A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 76.07%
G = 20.86%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8440A (or 0xF8440A) is known color: Orange Red. HEX triplet: F8, 44 and 0A. RGB value is (248,68,10). Sum of RGB (Red+Green+Blue) = 248+68+10=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F8440A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8440A is #07BBF5. Grayscale: #737373. Windows color (decimal): -506870 or 673016. OLE color: 673016.

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

Color convert

RGB 248 68 10 -
CMYK 0 0.73 0.96 0.03
HSL 14.62º 0.94% 0.51% -
HSV(B) 14.62º 0.96% 0.97% -
XYZ 40.83 24.11 2.79 -
YUV 115.21 68.63 222.72 -
System Red Green Blue C M Y K H S L
Decimal 248 68 10 0 0.73 0.96 0.03 14.62 0.94 0.51
Hex F8 44 A 0 49 60 3 F 5E 33
Octal 370 104 12 0 111 140 3 17 136 63
Binary 11111000 1000100 1010 0 1001001 1100000 11 1111 1011110 110011

Color Harmonies of #F8440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8440A

Black with #F8440A

Text Example


Text Example

White with #F8440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8440A; }

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

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

background-color css

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

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

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

border-color css

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

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

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