Html Css Color HEX #FF3E16 Orange Red

📋 copy color: '#FF3E16'

red 255 ◦ green 62 ◦ blue 22

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

Shades of Orange Red #FF3E16

Tints of Orange Red #FF3E16

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.29%

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 75.22%
G = 18.29%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF3E16 (or 0xFF3E16) is known color: Orange Red. HEX triplet: FF, 3E and 16. RGB value is (255,62,22). Sum of RGB (Red+Green+Blue) = 255+62+22=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3E16 is #00C1E9. Grayscale: #737373. Windows color (decimal): -49642 or 1457919. OLE color: 1457919.

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

Color convert

RGB 255 62 22 -
CMYK 0 0.76 0.91 0
HSL 10.3º 1% 0.54% -
HSV(B) 10.3º 0.91% 1% -
XYZ 43.11 24.76 3.27 -
YUV 115.15 75.44 227.75 -
System Red Green Blue C M Y K H S L
Decimal 255 62 22 0 0.76 0.91 0 10.3 1 0.54
Hex FF 3E 16 0 4C 5B 0 A 64 36
Octal 377 76 26 0 114 133 0 12 144 66
Binary 11111111 111110 10110 0 1001100 1011011 0 1010 1100100 110110

Color Harmonies of #FF3E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3E16

Black with #FF3E16

Text Example


Text Example

White with #FF3E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3E16; }

 p { color: rgb(255,62,22); }

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

background-color css

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

 a { background-color: rgb(255,62,22); }

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

border-color css

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

 span { border-color: rgb(255,62,22); }

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