Html Css Color HEX #F8421A Orange Red

📋 copy color: '#F8421A'

red 248 ◦ green 66 ◦ blue 26

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

Shades of Orange Red #F8421A

Tints of Orange Red #F8421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

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

R = 72.94%
G = 19.41%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8421A (or 0xF8421A) is known color: Orange Red. HEX triplet: F8, 42 and 1A. RGB value is (248,66,26). Sum of RGB (Red+Green+Blue) = 248+66+26=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F8421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8421A is #07BDE5. Grayscale: #747474. Windows color (decimal): -507366 or 1721080. OLE color: 1721080.

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

Color convert

RGB 248 66 26 -
CMYK 0 0.73 0.90 0.03
HSL 10.81º 0.94% 0.54% -
HSV(B) 10.81º 0.9% 0.97% -
XYZ 40.85 23.93 3.44 -
YUV 115.86 77.3 222.25 -
System Red Green Blue C M Y K H S L
Decimal 248 66 26 0 0.73 0.90 0.03 10.81 0.94 0.54
Hex F8 42 1A 0 49 5A 3 B 5E 36
Octal 370 102 32 0 111 132 3 13 136 66
Binary 11111000 1000010 11010 0 1001001 1011010 11 1011 1011110 110110

Color Harmonies of #F8421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8421A

Black with #F8421A

Text Example


Text Example

White with #F8421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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