Html Css Color HEX #F8401A Orange Red

📋 copy color: '#F8401A'

red 248 ◦ green 64 ◦ blue 26

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

Shades of Orange Red #F8401A

Tints of Orange Red #F8401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

 BLUE value IS 26 (10.55% from 255) = 7.69%

R = 73.37%
G = 18.93%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8401A (or 0xF8401A) is known color: Orange Red. HEX triplet: F8, 40 and 1A. RGB value is (248,64,26). Sum of RGB (Red+Green+Blue) = 248+64+26=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F8401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8401A is #07BFE5. Grayscale: #737373. Windows color (decimal): -507878 or 1720568. OLE color: 1720568.

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

Color convert

RGB 248 64 26 -
CMYK 0 0.74 0.90 0.03
HSL 10.27º 0.94% 0.54% -
HSV(B) 10.27º 0.9% 0.97% -
XYZ 40.73 23.7 3.4 -
YUV 114.68 77.96 223.09 -
System Red Green Blue C M Y K H S L
Decimal 248 64 26 0 0.74 0.90 0.03 10.27 0.94 0.54
Hex F8 40 1A 0 4A 5A 3 A 5E 36
Octal 370 100 32 0 112 132 3 12 136 66
Binary 11111000 1000000 11010 0 1001010 1011010 11 1010 1011110 110110

Color Harmonies of #F8401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8401A

Black with #F8401A

Text Example


Text Example

White with #F8401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8401A; }

 p { color: rgb(248,64,26); }

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

background-color css

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

 a { background-color: rgb(248,64,26); }

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

border-color css

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

 span { border-color: rgb(248,64,26); }

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