Html Css Color HEX #FE3430 Red Orange

📋 copy color: '#FE3430'

red 254 ◦ green 52 ◦ blue 48

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

Shades of Red Orange #FE3430

Tints of Red Orange #FE3430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

 BLUE value IS 48 (19.14% from 255) = 13.56%

R = 71.75%
G = 14.69%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE3430 (or 0xFE3430) is known color: Red Orange. HEX triplet: FE, 34 and 30. RGB value is (254,52,48). Sum of RGB (Red+Green+Blue) = 254+52+48=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3430 is #01CBCF. Grayscale: #707070. Windows color (decimal): -117712 or 3159294. OLE color: 3159294.

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

Color convert

RGB 254 52 48 -
CMYK 0 0.80 0.81 0.00
HSL 1.17º 0.99% 0.59% -
HSV(B) 1.17º 0.81% 1% -
XYZ 42.63 23.74 5.13 -
YUV 111.94 91.92 229.33 -
System Red Green Blue C M Y K H S L
Decimal 254 52 48 0 0.80 0.81 0.00 1.17 0.99 0.59
Hex FE 34 30 0 50 51 0 1 63 3B
Octal 376 64 60 0 120 121 0 1 143 73
Binary 11111110 110100 110000 0 1010000 1010001 0 1 1100011 111011

Color Harmonies of #FE3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3430

Black with #FE3430

Text Example


Text Example

White with #FE3430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3430; }

 p { color: rgb(254,52,48); }

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

background-color css

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

 a { background-color: rgb(254,52,48); }

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

border-color css

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

 span { border-color: rgb(254,52,48); }

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