Html Css Color HEX #FE3A0D Orange Red

📋 copy color: '#FE3A0D'

red 254 ◦ green 58 ◦ blue 13

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

Shades of Orange Red #FE3A0D

Tints of Orange Red #FE3A0D

RGB

 RED value IS 254 (99.61% from 255) = 78.15%

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

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

R = 78.15%
G = 17.85%
B = 4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE3A0D (or 0xFE3A0D) is known color: Orange Red. HEX triplet: FE, 3A and 0D. RGB value is (254,58,13). Sum of RGB (Red+Green+Blue) = 254+58+13=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3A0D is #01C5F2. Grayscale: #6F6F6F. Windows color (decimal): -116211 or 867070. OLE color: 867070.

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

Color convert

RGB 254 58 13 -
CMYK 0 0.77 0.95 0.00
HSL 11.2º 0.99% 0.52% -
HSV(B) 11.2º 0.95% 1% -
XYZ 42.46 24.13 2.8 -
YUV 111.47 72.43 229.66 -
System Red Green Blue C M Y K H S L
Decimal 254 58 13 0 0.77 0.95 0.00 11.2 0.99 0.52
Hex FE 3A D 0 4D 5F 0 B 63 34
Octal 376 72 15 0 115 137 0 13 143 64
Binary 11111110 111010 1101 0 1001101 1011111 0 1011 1100011 110100

Color Harmonies of #FE3A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A0D

Black with #FE3A0D

Text Example


Text Example

White with #FE3A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A0D; }

 p { color: rgb(254,58,13); }

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

background-color css

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

 a { background-color: rgb(254,58,13); }

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

border-color css

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

 span { border-color: rgb(254,58,13); }

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