Html Css Color HEX #FE3F06 Orange Red

📋 copy color: '#FE3F06'

red 254 ◦ green 63 ◦ blue 6

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

Shades of Orange Red #FE3F06

Tints of Orange Red #FE3F06

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

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

R = 78.64%
G = 19.5%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE3F06 (or 0xFE3F06) is known color: Orange Red. HEX triplet: FE, 3F and 06. RGB value is (254,63,6). Sum of RGB (Red+Green+Blue) = 254+63+6=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3F06 is #01C0F9. Grayscale: #727272. Windows color (decimal): -114938 or 409598. OLE color: 409598.

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

Color convert

RGB 254 63 6 -
CMYK 0 0.75 0.98 0.00
HSL 13.79º 0.99% 0.51% -
HSV(B) 13.79º 0.98% 1% -
XYZ 42.68 24.64 2.68 -
YUV 113.61 67.28 228.13 -
System Red Green Blue C M Y K H S L
Decimal 254 63 6 0 0.75 0.98 0.00 13.79 0.99 0.51
Hex FE 3F 6 0 4B 62 0 E 63 33
Octal 376 77 6 0 113 142 0 16 143 63
Binary 11111110 111111 110 0 1001011 1100010 0 1110 1100011 110011

Color Harmonies of #FE3F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3F06

Black with #FE3F06

Text Example


Text Example

White with #FE3F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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