Html Css Color HEX #FE3B2F Red Orange

📋 copy color: '#FE3B2F'

red 254 ◦ green 59 ◦ blue 47

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

Shades of Red Orange #FE3B2F

Tints of Red Orange #FE3B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.06%

R = 70.56%
G = 16.39%
B = 13.06%

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

#FE3B2F (or 0xFE3B2F) is known color: Red Orange. HEX triplet: FE, 3B and 2F. RGB value is (254,59,47). Sum of RGB (Red+Green+Blue) = 254+59+47=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3B2F is #01C4D0. Grayscale: #747474. Windows color (decimal): -115921 or 3095550. OLE color: 3095550.

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

Color convert

RGB 254 59 47 -
CMYK 0 0.77 0.81 0.00
HSL 3.48º 0.99% 0.59% -
HSV(B) 3.48º 0.81% 1% -
XYZ 42.95 24.4 5.14 -
YUV 115.94 89.1 226.48 -
System Red Green Blue C M Y K H S L
Decimal 254 59 47 0 0.77 0.81 0.00 3.48 0.99 0.59
Hex FE 3B 2F 0 4D 51 0 3 63 3B
Octal 376 73 57 0 115 121 0 3 143 73
Binary 11111110 111011 101111 0 1001101 1010001 0 11 1100011 111011

Color Harmonies of #FE3B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3B2F

Black with #FE3B2F

Text Example


Text Example

White with #FE3B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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