Html Css Color HEX #FE3C09 Orange Red

📋 copy color: '#FE3C09'

red 254 ◦ green 60 ◦ blue 9

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

Shades of Orange Red #FE3C09

Tints of Orange Red #FE3C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.79%

R = 78.64%
G = 18.58%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE3C09 (or 0xFE3C09) is known color: Orange Red. HEX triplet: FE, 3C and 09. RGB value is (254,60,9). Sum of RGB (Red+Green+Blue) = 254+60+9=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3C09 is #01C3F6. Grayscale: #707070. Windows color (decimal): -115703 or 605438. OLE color: 605438.

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

Color convert

RGB 254 60 9 -
CMYK 0 0.76 0.96 0.00
HSL 12.49º 0.99% 0.52% -
HSV(B) 12.49º 0.96% 1% -
XYZ 42.54 24.32 2.71 -
YUV 112.19 69.77 229.15 -
System Red Green Blue C M Y K H S L
Decimal 254 60 9 0 0.76 0.96 0.00 12.49 0.99 0.52
Hex FE 3C 9 0 4C 60 0 C 63 34
Octal 376 74 11 0 114 140 0 14 143 64
Binary 11111110 111100 1001 0 1001100 1100000 0 1100 1100011 110100

Color Harmonies of #FE3C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3C09

Black with #FE3C09

Text Example


Text Example

White with #FE3C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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