Html Css Color HEX #F8450A Orange Red

📋 copy color: '#F8450A'

red 248 ◦ green 69 ◦ blue 10

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

Shades of Orange Red #F8450A

Tints of Orange Red #F8450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

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

R = 75.84%
G = 21.1%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8450A (or 0xF8450A) is known color: Orange Red. HEX triplet: F8, 45 and 0A. RGB value is (248,69,10). Sum of RGB (Red+Green+Blue) = 248+69+10=327 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.84% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 248 - color contains mainly: red. Hex color #F8450A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8450A is #07BAF5. Grayscale: #747474. Windows color (decimal): -506614 or 673272. OLE color: 673272.

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

Color convert

RGB 248 69 10 -
CMYK 0 0.72 0.96 0.03
HSL 14.87º 0.94% 0.51% -
HSV(B) 14.87º 0.96% 0.97% -
XYZ 40.89 24.23 2.81 -
YUV 115.8 68.3 222.3 -
System Red Green Blue C M Y K H S L
Decimal 248 69 10 0 0.72 0.96 0.03 14.87 0.94 0.51
Hex F8 45 A 0 48 60 3 F 5E 33
Octal 370 105 12 0 110 140 3 17 136 63
Binary 11111000 1000101 1010 0 1001000 1100000 11 1111 1011110 110011

Color Harmonies of #F8450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8450A

Black with #F8450A

Text Example


Text Example

White with #F8450A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8450A; }

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

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

background-color css

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

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

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

border-color css

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

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

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