Html Css Color HEX #FE410D Orange Red

📋 copy color: '#FE410D'

red 254 ◦ green 65 ◦ blue 13

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

Shades of Orange Red #FE410D

Tints of Orange Red #FE410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.58%

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

R = 76.51%
G = 19.58%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE410D (or 0xFE410D) is known color: Orange Red. HEX triplet: FE, 41 and 0D. RGB value is (254,65,13). Sum of RGB (Red+Green+Blue) = 254+65+13=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE410D is #01BEF2. Grayscale: #737373. Windows color (decimal): -114419 or 868862. OLE color: 868862.

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

Color convert

RGB 254 65 13 -
CMYK 0 0.74 0.95 0.00
HSL 12.95º 0.99% 0.52% -
HSV(B) 12.95º 0.95% 1% -
XYZ 42.84 24.88 2.93 -
YUV 115.58 70.12 226.73 -
System Red Green Blue C M Y K H S L
Decimal 254 65 13 0 0.74 0.95 0.00 12.95 0.99 0.52
Hex FE 41 D 0 4A 5F 0 D 63 34
Octal 376 101 15 0 112 137 0 15 143 64
Binary 11111110 1000001 1101 0 1001010 1011111 0 1101 1100011 110100

Color Harmonies of #FE410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE410D

Black with #FE410D

Text Example


Text Example

White with #FE410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE410D; }

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

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

background-color css

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

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

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

border-color css

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

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

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