Html Css Color HEX #FF4612 Orange Red

📋 copy color: '#FF4612'

red 255 ◦ green 70 ◦ blue 18

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

Shades of Orange Red #FF4612

Tints of Orange Red #FF4612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

 BLUE value IS 18 (7.42% from 255) = 5.25%

R = 74.34%
G = 20.41%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF4612 (or 0xFF4612) is known color: Orange Red. HEX triplet: FF, 46 and 12. RGB value is (255,70,18). Sum of RGB (Red+Green+Blue) = 255+70+18=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4612 is #00B9ED. Grayscale: #777777. Windows color (decimal): -47598 or 1197823. OLE color: 1197823.

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

Color convert

RGB 255 70 18 -
CMYK 0 0.73 0.93 0
HSL 13.16º 1% 0.54% -
HSV(B) 13.16º 0.93% 1% -
XYZ 43.54 25.68 3.23 -
YUV 119.39 70.79 224.73 -
System Red Green Blue C M Y K H S L
Decimal 255 70 18 0 0.73 0.93 0 13.16 1 0.54
Hex FF 46 12 0 49 5D 0 D 64 36
Octal 377 106 22 0 111 135 0 15 144 66
Binary 11111111 1000110 10010 0 1001001 1011101 0 1101 1100100 110110

Color Harmonies of #FF4612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4612

Black with #FF4612

Text Example


Text Example

White with #FF4612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4612; }

 p { color: rgb(255,70,18); }

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

background-color css

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

 a { background-color: rgb(255,70,18); }

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

border-color css

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

 span { border-color: rgb(255,70,18); }

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