Html Css Color HEX #FE4235 Red Orange

📋 copy color: '#FE4235'

red 254 ◦ green 66 ◦ blue 53

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

Shades of Red Orange #FE4235

Tints of Red Orange #FE4235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.69%

 BLUE value IS 53 (21.09% from 255) = 14.21%

R = 68.1%
G = 17.69%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE4235 (or 0xFE4235) is known color: Red Orange. HEX triplet: FE, 42 and 35. RGB value is (254,66,53). Sum of RGB (Red+Green+Blue) = 254+66+53=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4235 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4235 is #01BDCA. Grayscale: #787878. Windows color (decimal): -114123 or 3490558. OLE color: 3490558.

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

Color convert

RGB 254 66 53 -
CMYK 0 0.74 0.79 0.00
HSL 3.88º 0.99% 0.6% -
HSV(B) 3.88º 0.79% 1% -
XYZ 43.46 25.22 5.95 -
YUV 120.73 89.78 223.06 -
System Red Green Blue C M Y K H S L
Decimal 254 66 53 0 0.74 0.79 0.00 3.88 0.99 0.6
Hex FE 42 35 0 4A 4F 0 4 63 3C
Octal 376 102 65 0 112 117 0 4 143 74
Binary 11111110 1000010 110101 0 1001010 1001111 0 100 1100011 111100

Color Harmonies of #FE4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4235

Black with #FE4235

Text Example


Text Example

White with #FE4235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4235; }

 p { color: rgb(254,66,53); }

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

background-color css

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

 a { background-color: rgb(254,66,53); }

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

border-color css

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

 span { border-color: rgb(254,66,53); }

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