Html Css Color HEX #FE4B2F Red Orange

📋 copy color: '#FE4B2F'

red 254 ◦ green 75 ◦ blue 47

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

Shades of Red Orange #FE4B2F

Tints of Red Orange #FE4B2F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

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

R = 67.55%
G = 19.95%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE4B2F (or 0xFE4B2F) is known color: Red Orange. HEX triplet: FE, 4B and 2F. RGB value is (254,75,47). Sum of RGB (Red+Green+Blue) = 254+75+47=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4B2F is #01B4D0. Grayscale: #7D7D7D. Windows color (decimal): -111825 or 3099646. OLE color: 3099646.

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

Color convert

RGB 254 75 47 -
CMYK 0 0.70 0.81 0.00
HSL 8.12º 0.99% 0.59% -
HSV(B) 8.12º 0.81% 1% -
XYZ 43.9 26.31 5.45 -
YUV 125.33 83.8 219.78 -
System Red Green Blue C M Y K H S L
Decimal 254 75 47 0 0.70 0.81 0.00 8.12 0.99 0.59
Hex FE 4B 2F 0 46 51 0 8 63 3B
Octal 376 113 57 0 106 121 0 10 143 73
Binary 11111110 1001011 101111 0 1000110 1010001 0 1000 1100011 111011

Color Harmonies of #FE4B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4B2F

Black with #FE4B2F

Text Example


Text Example

White with #FE4B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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