Html Css Color HEX #F8401D Red Orange

📋 copy color: '#F8401D'

red 248 ◦ green 64 ◦ blue 29

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

Shades of Red Orange #F8401D

Tints of Red Orange #F8401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.5%

R = 72.73%
G = 18.77%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8401D (or 0xF8401D) is known color: Red Orange. HEX triplet: F8, 40 and 1D. RGB value is (248,64,29). Sum of RGB (Red+Green+Blue) = 248+64+29=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F8401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8401D is #07BFE2. Grayscale: #737373. Windows color (decimal): -507875 or 1917176. OLE color: 1917176.

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

Color convert

RGB 248 64 29 -
CMYK 0 0.74 0.88 0.03
HSL 9.59º 0.94% 0.54% -
HSV(B) 9.59º 0.88% 0.97% -
XYZ 40.77 23.71 3.59 -
YUV 115.03 79.46 222.85 -
System Red Green Blue C M Y K H S L
Decimal 248 64 29 0 0.74 0.88 0.03 9.59 0.94 0.54
Hex F8 40 1D 0 4A 58 3 A 5E 36
Octal 370 100 35 0 112 130 3 12 136 66
Binary 11111000 1000000 11101 0 1001010 1011000 11 1010 1011110 110110

Color Harmonies of #F8401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8401D

Black with #F8401D

Text Example


Text Example

White with #F8401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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