Html Css Color HEX #FE3F2D Red Orange

📋 copy color: '#FE3F2D'

red 254 ◦ green 63 ◦ blue 45

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

Shades of Red Orange #FE3F2D

Tints of Red Orange #FE3F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.43%

R = 70.17%
G = 17.4%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE3F2D (or 0xFE3F2D) is known color: Red Orange. HEX triplet: FE, 3F and 2D. RGB value is (254,63,45). Sum of RGB (Red+Green+Blue) = 254+63+45=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F2D is #01C0D2. Grayscale: #767676. Windows color (decimal): -114899 or 2965502. OLE color: 2965502.

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

Color convert

RGB 254 63 45 -
CMYK 0 0.75 0.82 0.00
HSL 5.17º 0.99% 0.59% -
HSV(B) 5.17º 0.82% 1% -
XYZ 43.12 24.82 5 -
YUV 118.06 86.78 224.96 -
System Red Green Blue C M Y K H S L
Decimal 254 63 45 0 0.75 0.82 0.00 5.17 0.99 0.59
Hex FE 3F 2D 0 4B 52 0 5 63 3B
Octal 376 77 55 0 113 122 0 5 143 73
Binary 11111110 111111 101101 0 1001011 1010010 0 101 1100011 111011

Color Harmonies of #FE3F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3F2D

Black with #FE3F2D

Text Example


Text Example

White with #FE3F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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