Html Css Color HEX #FF4412 Orange Red

📋 copy color: '#FF4412'

red 255 ◦ green 68 ◦ blue 18

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

Shades of Orange Red #FF4412

Tints of Orange Red #FF4412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.94%

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

R = 74.78%
G = 19.94%
B = 5.28%

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

#FF4412 (or 0xFF4412) is known color: Orange Red. HEX triplet: FF, 44 and 12. RGB value is (255,68,18). Sum of RGB (Red+Green+Blue) = 255+68+18=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4412 is #00BBED. Grayscale: #767676. Windows color (decimal): -48110 or 1197311. OLE color: 1197311.

HSL color Cylindrical-coordinate representation of color #FF4412: hue angle of 12.66º 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 #FF4412 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 68 18 -
CMYK 0 0.73 0.93 0
HSL 12.66º 1% 0.54% -
HSV(B) 12.66º 0.93% 1% -
XYZ 43.42 25.44 3.19 -
YUV 118.21 71.45 225.57 -
System Red Green Blue C M Y K H S L
Decimal 255 68 18 0 0.73 0.93 0 12.66 1 0.54
Hex FF 44 12 0 49 5D 0 D 64 36
Octal 377 104 22 0 111 135 0 15 144 66
Binary 11111111 1000100 10010 0 1001001 1011101 0 1101 1100100 110110

Color Harmonies of #FF4412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4412

Black with #FF4412

Text Example


Text Example

White with #FF4412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4412; }

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

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

background-color css

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

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

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

border-color css

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

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

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