Html Css Color HEX #FE3A0F Orange Red

📋 copy color: '#FE3A0F'

red 254 ◦ green 58 ◦ blue 15

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

Shades of Orange Red #FE3A0F

Tints of Orange Red #FE3A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 77.68%
G = 17.74%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE3A0F (or 0xFE3A0F) is known color: Orange Red. HEX triplet: FE, 3A and 0F. RGB value is (254,58,15). Sum of RGB (Red+Green+Blue) = 254+58+15=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3A0F is #01C5F0. Grayscale: #707070. Windows color (decimal): -116209 or 998142. OLE color: 998142.

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

Color convert

RGB 254 58 15 -
CMYK 0 0.77 0.94 0.00
HSL 10.79º 0.99% 0.53% -
HSV(B) 10.79º 0.94% 1% -
XYZ 42.47 24.13 2.87 -
YUV 111.7 73.43 229.5 -
System Red Green Blue C M Y K H S L
Decimal 254 58 15 0 0.77 0.94 0.00 10.79 0.99 0.53
Hex FE 3A F 0 4D 5E 0 B 63 35
Octal 376 72 17 0 115 136 0 13 143 65
Binary 11111110 111010 1111 0 1001101 1011110 0 1011 1100011 110101

Color Harmonies of #FE3A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A0F

Black with #FE3A0F

Text Example


Text Example

White with #FE3A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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