Html Css Color HEX #FE3C06 Orange Red

📋 copy color: '#FE3C06'

red 254 ◦ green 60 ◦ blue 6

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

Shades of Orange Red #FE3C06

Tints of Orange Red #FE3C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.88%

R = 79.38%
G = 18.75%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE3C06 (or 0xFE3C06) is known color: Orange Red. HEX triplet: FE, 3C and 06. RGB value is (254,60,6). Sum of RGB (Red+Green+Blue) = 254+60+6=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3C06 is #01C3F9. Grayscale: #707070. Windows color (decimal): -115706 or 408830. OLE color: 408830.

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

Color convert

RGB 254 60 6 -
CMYK 0 0.76 0.98 0.00
HSL 13.06º 0.99% 0.51% -
HSV(B) 13.06º 0.98% 1% -
XYZ 42.52 24.32 2.62 -
YUV 111.85 68.27 229.39 -
System Red Green Blue C M Y K H S L
Decimal 254 60 6 0 0.76 0.98 0.00 13.06 0.99 0.51
Hex FE 3C 6 0 4C 62 0 D 63 33
Octal 376 74 6 0 114 142 0 15 143 63
Binary 11111110 111100 110 0 1001100 1100010 0 1101 1100011 110011

Color Harmonies of #FE3C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3C06

Black with #FE3C06

Text Example


Text Example

White with #FE3C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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