Html Css Color HEX #F8420D Orange Red

📋 copy color: '#F8420D'

red 248 ◦ green 66 ◦ blue 13

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

Shades of Orange Red #F8420D

Tints of Orange Red #F8420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 75.84%
G = 20.18%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8420D (or 0xF8420D) is known color: Orange Red. HEX triplet: F8, 42 and 0D. RGB value is (248,66,13). Sum of RGB (Red+Green+Blue) = 248+66+13=327 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.84% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 248 - color contains mainly: red. Hex color #F8420D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8420D is #07BDF2. Grayscale: #727272. Windows color (decimal): -507379 or 869112. OLE color: 869112.

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

Color convert

RGB 248 66 13 -
CMYK 0 0.73 0.95 0.03
HSL 13.53º 0.94% 0.51% -
HSV(B) 13.53º 0.95% 0.97% -
XYZ 40.73 23.88 2.84 -
YUV 114.38 70.8 223.31 -
System Red Green Blue C M Y K H S L
Decimal 248 66 13 0 0.73 0.95 0.03 13.53 0.94 0.51
Hex F8 42 D 0 49 5F 3 E 5E 33
Octal 370 102 15 0 111 137 3 16 136 63
Binary 11111000 1000010 1101 0 1001001 1011111 11 1110 1011110 110011

Color Harmonies of #F8420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8420D

Black with #F8420D

Text Example


Text Example

White with #F8420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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