Html Css Color HEX #FF3A14 Orange Red

📋 copy color: '#FF3A14'

red 255 ◦ green 58 ◦ blue 20

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

Shades of Orange Red #FF3A14

Tints of Orange Red #FF3A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

 BLUE value IS 20 (8.2% from 255) = 6.01%

R = 76.58%
G = 17.42%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF3A14 (or 0xFF3A14) is known color: Orange Red. HEX triplet: FF, 3A and 14. RGB value is (255,58,20). Sum of RGB (Red+Green+Blue) = 255+58+20=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3A14 is #00C5EB. Grayscale: #707070. Windows color (decimal): -50668 or 1325823. OLE color: 1325823.

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

Color convert

RGB 255 58 20 -
CMYK 0 0.77 0.92 0
HSL 9.7º 1% 0.54% -
HSV(B) 9.7º 0.92% 1% -
XYZ 42.88 24.34 3.1 -
YUV 112.57 75.77 229.59 -
System Red Green Blue C M Y K H S L
Decimal 255 58 20 0 0.77 0.92 0 9.7 1 0.54
Hex FF 3A 14 0 4D 5C 0 A 64 36
Octal 377 72 24 0 115 134 0 12 144 66
Binary 11111111 111010 10100 0 1001101 1011100 0 1010 1100100 110110

Color Harmonies of #FF3A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A14

Black with #FF3A14

Text Example


Text Example

White with #FF3A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A14; }

 p { color: rgb(255,58,20); }

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

background-color css

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

 a { background-color: rgb(255,58,20); }

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

border-color css

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

 span { border-color: rgb(255,58,20); }

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