Html Css Color HEX #FF3E00 Orange Red

📋 copy color: '#FF3E00'

red 255 ◦ green 62 ◦ blue 0

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

Shades of Orange Red #FF3E00

Tints of Orange Red #FF3E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.44%
G = 19.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF3E00 (or 0xFF3E00) is known color: Orange Red. HEX triplet: FF, 3E and 00. RGB value is (255,62,0). Sum of RGB (Red+Green+Blue) = 255+62+0=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3E00 is #00C1FF. Grayscale: #717171. Windows color (decimal): -49664 or 16127. OLE color: 16127.

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

Color convert

RGB 255 62 0 -
CMYK 0 0.76 1 0
HSL 14.59º 1% 0.5% -
HSV(B) 14.59º 1% 1% -
XYZ 42.96 24.71 2.5 -
YUV 112.64 64.44 229.54 -
System Red Green Blue C M Y K H S L
Decimal 255 62 0 0 0.76 1 0 14.59 1 0.5
Hex FF 3E 0 0 4C 64 0 F 64 32
Octal 377 76 0 0 114 144 0 17 144 62
Binary 11111111 111110 0 0 1001100 1100100 0 1111 1100100 110010

Color Harmonies of #FF3E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3E00

Black with #FF3E00

Text Example


Text Example

White with #FF3E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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