Html Css Color HEX #FE3B30 Red Orange

📋 copy color: '#FE3B30'

red 254 ◦ green 59 ◦ blue 48

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

Shades of Red Orange #FE3B30

Tints of Red Orange #FE3B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.34%

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

R = 70.36%
G = 16.34%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE3B30 (or 0xFE3B30) is known color: Red Orange. HEX triplet: FE, 3B and 30. RGB value is (254,59,48). Sum of RGB (Red+Green+Blue) = 254+59+48=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3B30 is #01C4CF. Grayscale: #747474. Windows color (decimal): -115920 or 3161086. OLE color: 3161086.

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

Color convert

RGB 254 59 48 -
CMYK 0 0.77 0.81 0.00
HSL 3.2º 0.99% 0.59% -
HSV(B) 3.2º 0.81% 1% -
XYZ 42.97 24.41 5.24 -
YUV 116.05 89.6 226.39 -
System Red Green Blue C M Y K H S L
Decimal 254 59 48 0 0.77 0.81 0.00 3.2 0.99 0.59
Hex FE 3B 30 0 4D 51 0 3 63 3B
Octal 376 73 60 0 115 121 0 3 143 73
Binary 11111110 111011 110000 0 1001101 1010001 0 11 1100011 111011

Color Harmonies of #FE3B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3B30

Black with #FE3B30

Text Example


Text Example

White with #FE3B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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