Html Css Color HEX #FE3812 Orange Red

📋 copy color: '#FE3812'

red 254 ◦ green 56 ◦ blue 18

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

Shades of Orange Red #FE3812

Tints of Orange Red #FE3812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.07%

 BLUE value IS 18 (7.42% from 255) = 5.49%

R = 77.44%
G = 17.07%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE3812 (or 0xFE3812) is known color: Orange Red. HEX triplet: FE, 38 and 12. RGB value is (254,56,18). Sum of RGB (Red+Green+Blue) = 254+56+18=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3812 is #01C7ED. Grayscale: #6F6F6F. Windows color (decimal): -116718 or 1194238. OLE color: 1194238.

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

Color convert

RGB 254 56 18 -
CMYK 0 0.78 0.93 0.00
HSL 9.66º 0.99% 0.53% -
HSV(B) 9.66º 0.93% 1% -
XYZ 42.4 23.94 2.96 -
YUV 110.87 75.6 230.09 -
System Red Green Blue C M Y K H S L
Decimal 254 56 18 0 0.78 0.93 0.00 9.66 0.99 0.53
Hex FE 38 12 0 4E 5D 0 A 63 35
Octal 376 70 22 0 116 135 0 12 143 65
Binary 11111110 111000 10010 0 1001110 1011101 0 1010 1100011 110101

Color Harmonies of #FE3812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3812

Black with #FE3812

Text Example


Text Example

White with #FE3812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3812; }

 p { color: rgb(254,56,18); }

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

background-color css

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

 a { background-color: rgb(254,56,18); }

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

border-color css

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

 span { border-color: rgb(254,56,18); }

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