Html Css Color HEX #FF3E0D Orange Red

📋 copy color: '#FF3E0D'

red 255 ◦ green 62 ◦ blue 13

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

Shades of Orange Red #FF3E0D

Tints of Orange Red #FF3E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.94%

R = 77.27%
G = 18.79%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF3E0D (or 0xFF3E0D) is known color: Orange Red. HEX triplet: FF, 3E and 0D. RGB value is (255,62,13). Sum of RGB (Red+Green+Blue) = 255+62+13=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3E0D is #00C1F2. Grayscale: #727272. Windows color (decimal): -49651 or 868095. OLE color: 868095.

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

Color convert

RGB 255 62 13 -
CMYK 0 0.76 0.95 0
HSL 12.15º 1% 0.53% -
HSV(B) 12.15º 0.95% 1% -
XYZ 43.04 24.73 2.89 -
YUV 114.12 70.94 228.48 -
System Red Green Blue C M Y K H S L
Decimal 255 62 13 0 0.76 0.95 0 12.15 1 0.53
Hex FF 3E D 0 4C 5F 0 C 64 35
Octal 377 76 15 0 114 137 0 14 144 65
Binary 11111111 111110 1101 0 1001100 1011111 0 1100 1100100 110101

Color Harmonies of #FF3E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3E0D

Black with #FF3E0D

Text Example


Text Example

White with #FF3E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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