Html Css Color HEX #FF4312 Orange Red

📋 copy color: '#FF4312'

red 255 ◦ green 67 ◦ blue 18

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

Shades of Orange Red #FF4312

Tints of Orange Red #FF4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.71%

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

R = 75%
G = 19.71%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF4312 (or 0xFF4312) is known color: Orange Red. HEX triplet: FF, 43 and 12. RGB value is (255,67,18). Sum of RGB (Red+Green+Blue) = 255+67+18=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4312 is #00BCED. Grayscale: #767676. Windows color (decimal): -48366 or 1197055. OLE color: 1197055.

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

Color convert

RGB 255 67 18 -
CMYK 0 0.74 0.93 0
HSL 12.41º 1% 0.54% -
HSV(B) 12.41º 0.93% 1% -
XYZ 43.36 25.32 3.17 -
YUV 117.63 71.78 225.98 -
System Red Green Blue C M Y K H S L
Decimal 255 67 18 0 0.74 0.93 0 12.41 1 0.54
Hex FF 43 12 0 4A 5D 0 C 64 36
Octal 377 103 22 0 112 135 0 14 144 66
Binary 11111111 1000011 10010 0 1001010 1011101 0 1100 1100100 110110

Color Harmonies of #FF4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4312

Black with #FF4312

Text Example


Text Example

White with #FF4312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4312; }

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

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

background-color css

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

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

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

border-color css

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

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

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