Html Css Color HEX #F0420D Orange Red

📋 copy color: '#F0420D'

red 240 ◦ green 66 ◦ blue 13

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

Shades of Orange Red #F0420D

Tints of Orange Red #F0420D

RGB

 RED value IS 240 (94.14% from 255) = 75.24%

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

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

R = 75.24%
G = 20.69%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0420D (or 0xF0420D) is known color: Orange Red. HEX triplet: F0, 42 and 0D. RGB value is (240,66,13). Sum of RGB (Red+Green+Blue) = 240+66+13=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0420D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0420D is #0FBDF2. Grayscale: #707070. Windows color (decimal): -1031667 or 869104. OLE color: 869104.

HSL color Cylindrical-coordinate representation of color #F0420D: hue angle of 14.01º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0420D is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 66 13 -
CMYK 0 0.72 0.95 0.06
HSL 14.01º 0.9% 0.5% -
HSV(B) 14.01º 0.95% 0.94% -
XYZ 37.96 22.45 2.71 -
YUV 111.98 72.15 219.31 -
System Red Green Blue C M Y K H S L
Decimal 240 66 13 0 0.72 0.95 0.06 14.01 0.9 0.5
Hex F0 42 D 0 48 5F 6 E 5A 32
Octal 360 102 15 0 110 137 6 16 132 62
Binary 11110000 1000010 1101 0 1001000 1011111 110 1110 1011010 110010

Color Harmonies of #F0420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0420D

Black with #F0420D

Text Example


Text Example

White with #F0420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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