Html Css Color HEX #FE4425 Red Orange

📋 copy color: '#FE4425'

red 254 ◦ green 68 ◦ blue 37

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

Shades of Red Orange #FE4425

Tints of Red Orange #FE4425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.94%

 BLUE value IS 37 (14.84% from 255) = 10.31%

R = 70.75%
G = 18.94%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE4425 (or 0xFE4425) is known color: Red Orange. HEX triplet: FE, 44 and 25. RGB value is (254,68,37). Sum of RGB (Red+Green+Blue) = 254+68+37=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4425 is #01BBDA. Grayscale: #787878. Windows color (decimal): -113627 or 2442494. OLE color: 2442494.

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

Color convert

RGB 254 68 37 -
CMYK 0 0.73 0.85 0.00
HSL 8.57º 0.99% 0.57% -
HSV(B) 8.57º 0.85% 1% -
XYZ 43.27 25.34 4.36 -
YUV 120.08 81.12 223.52 -
System Red Green Blue C M Y K H S L
Decimal 254 68 37 0 0.73 0.85 0.00 8.57 0.99 0.57
Hex FE 44 25 0 49 55 0 9 63 39
Octal 376 104 45 0 111 125 0 11 143 71
Binary 11111110 1000100 100101 0 1001001 1010101 0 1001 1100011 111001

Color Harmonies of #FE4425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4425

Black with #FE4425

Text Example


Text Example

White with #FE4425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4425; }

 p { color: rgb(254,68,37); }

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

background-color css

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

 a { background-color: rgb(254,68,37); }

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

border-color css

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

 span { border-color: rgb(254,68,37); }

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