Html Css Color HEX #FF420E Orange Red

📋 copy color: '#FF420E'

red 255 ◦ green 66 ◦ blue 14

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

Shades of Orange Red #FF420E

Tints of Orange Red #FF420E

RGB

 RED value IS 255 (100% from 255) = 76.12%

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

 BLUE value IS 14 (5.86% from 255) = 4.18%

R = 76.12%
G = 19.7%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF420E (or 0xFF420E) is known color: Orange Red. HEX triplet: FF, 42 and 0E. RGB value is (255,66,14). Sum of RGB (Red+Green+Blue) = 255+66+14=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF420E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF420E is #00BDF1. Grayscale: #747474. Windows color (decimal): -48626 or 934655. OLE color: 934655.

HSL color Cylindrical-coordinate representation of color #FF420E: hue angle of 12.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF420E is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 66 14 -
CMYK 0 0.74 0.95 0
HSL 12.95º 1% 0.53% -
HSV(B) 12.95º 0.95% 1% -
XYZ 43.27 25.19 3 -
YUV 116.58 70.12 226.73 -
System Red Green Blue C M Y K H S L
Decimal 255 66 14 0 0.74 0.95 0 12.95 1 0.53
Hex FF 42 E 0 4A 5F 0 D 64 35
Octal 377 102 16 0 112 137 0 15 144 65
Binary 11111111 1000010 1110 0 1001010 1011111 0 1101 1100100 110101

Color Harmonies of #FF420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF420E

Black with #FF420E

Text Example


Text Example

White with #FF420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF420E; }

 p { color: rgb(255,66,14); }

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

background-color css

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

 a { background-color: rgb(255,66,14); }

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

border-color css

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

 span { border-color: rgb(255,66,14); }

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