Html Css Color HEX #FE3F03 Orange Red

📋 copy color: '#FE3F03'

red 254 ◦ green 63 ◦ blue 3

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

Shades of Orange Red #FE3F03

Tints of Orange Red #FE3F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 79.38%
G = 19.69%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE3F03 (or 0xFE3F03) is known color: Orange Red. HEX triplet: FE, 3F and 03. RGB value is (254,63,3). Sum of RGB (Red+Green+Blue) = 254+63+3=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3F03 is #01C0FC. Grayscale: #717171. Windows color (decimal): -114941 or 212990. OLE color: 212990.

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

Color convert

RGB 254 63 3 -
CMYK 0 0.75 0.99 0.00
HSL 14.34º 0.99% 0.5% -
HSV(B) 14.34º 0.99% 1% -
XYZ 42.67 24.63 2.59 -
YUV 113.27 65.78 228.38 -
System Red Green Blue C M Y K H S L
Decimal 254 63 3 0 0.75 0.99 0.00 14.34 0.99 0.5
Hex FE 3F 3 0 4B 63 0 E 63 32
Octal 376 77 3 0 113 143 0 16 143 62
Binary 11111110 111111 11 0 1001011 1100011 0 1110 1100011 110010

Color Harmonies of #FE3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3F03

Black with #FE3F03

Text Example


Text Example

White with #FE3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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