Html Css Color HEX #FE3030 Red Orange

📋 copy color: '#FE3030'

red 254 ◦ green 48 ◦ blue 48

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

Shades of Red Orange #FE3030

Tints of Red Orange #FE3030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

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

R = 72.57%
G = 13.71%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE3030 (or 0xFE3030) is known color: Red Orange. HEX triplet: FE, 30 and 30. RGB value is (254,48,48). Sum of RGB (Red+Green+Blue) = 254+48+48=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3030 is #01CFCF. Grayscale: #6D6D6D. Windows color (decimal): -118736 or 3158270. OLE color: 3158270.

HSL color Cylindrical-coordinate representation of color #FE3030: hue angle of 0º 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 #FE3030 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 48 48 -
CMYK 0 0.81 0.81 0.00
HSL 0.99% 0.59% -
HSV(B) 0.81% 1% -
XYZ 42.46 23.4 5.07 -
YUV 109.59 93.25 231 -
System Red Green Blue C M Y K H S L
Decimal 254 48 48 0 0.81 0.81 0.00 0 0.99 0.59
Hex FE 30 30 0 51 51 0 0 63 3B
Octal 376 60 60 0 121 121 0 0 143 73
Binary 11111110 110000 110000 0 1010001 1010001 0 0 1100011 111011

Color Harmonies of #FE3030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3030

Black with #FE3030

Text Example


Text Example

White with #FE3030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3030; }

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

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

background-color css

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

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

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

border-color css

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

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

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