Html Css Color HEX #FE3C0D Orange Red

📋 copy color: '#FE3C0D'

red 254 ◦ green 60 ◦ blue 13

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

Shades of Orange Red #FE3C0D

Tints of Orange Red #FE3C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

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

R = 77.68%
G = 18.35%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE3C0D (or 0xFE3C0D) is known color: Orange Red. HEX triplet: FE, 3C and 0D. RGB value is (254,60,13). Sum of RGB (Red+Green+Blue) = 254+60+13=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3C0D is #01C3F2. Grayscale: #717171. Windows color (decimal): -115699 or 867582. OLE color: 867582.

HSL color Cylindrical-coordinate representation of color #FE3C0D: hue angle of 11.7º 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 #FE3C0D is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 60 13 -
CMYK 0 0.76 0.95 0.00
HSL 11.7º 0.99% 0.52% -
HSV(B) 11.7º 0.95% 1% -
XYZ 42.56 24.33 2.83 -
YUV 112.65 71.77 228.82 -
System Red Green Blue C M Y K H S L
Decimal 254 60 13 0 0.76 0.95 0.00 11.7 0.99 0.52
Hex FE 3C D 0 4C 5F 0 C 63 34
Octal 376 74 15 0 114 137 0 14 143 64
Binary 11111110 111100 1101 0 1001100 1011111 0 1100 1100011 110100

Color Harmonies of #FE3C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3C0D

Black with #FE3C0D

Text Example


Text Example

White with #FE3C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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