#FF420F

Color #FF420F Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #FF420F

Tints of Orange Red #FF420F

Color information

#FF420F (or 0xFF420F) is unknown color: approx Orange Red. HEX triplet: FF, 42 and 0F. RGB value is (255,66,15). Sum of RGB (Red+Green+Blue) = 255+66+15=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF420F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF420F is #00BDF0. Grayscale: #757575. Windows color (decimal): -48625 or 1000191. OLE color: 1000191.

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

Color convert

RGB2556615-
CMYK00.740.940
HSL12.75º100%52.94%-
HSV(B)12.75º94.12%100%-
XYZ43.2725.193.03-
YUV116.770.62226.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 75.89%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 15 (6.25% from 255) = 4.46%
R=75.89%
G=19.64%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255661500.740.94012.7510052.94
HexFF42F04A5E0d6435
Octal37710217011213601514465
Binary1111111110000101111010010101011110011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF420F; }

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

 H1.HeaderClassName
 {
   color: #FF420F;
 }
 .AnyTagClassName
 {
   color: #FF420F;
 }
</style>
background-color css

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

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

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

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

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

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