Html Css Color HEX #FF4E1F Red Orange

📋 copy color: '#FF4E1F'

red 255 ◦ green 78 ◦ blue 31

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

Shades of Red Orange #FF4E1F

Tints of Red Orange #FF4E1F

RGB

 RED value IS 255 (100% from 255) = 70.05%

 GREEN value IS 78 (30.86% from 255) = 21.43%

 BLUE value IS 31 (12.5% from 255) = 8.52%

R = 70.05%
G = 21.43%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF4E1F (or 0xFF4E1F) is known color: Red Orange. HEX triplet: FF, 4E and 1F. RGB value is (255,78,31). Sum of RGB (Red+Green+Blue) = 255+78+31=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4E1F is #00B1E0. Grayscale: #7D7D7D. Windows color (decimal): -45537 or 2051839. OLE color: 2051839.

HSL color Cylindrical-coordinate representation of color #FF4E1F: hue angle of 12.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF4E1F is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 78 31 -
CMYK 0 0.69 0.88 0
HSL 12.59º 1% 0.56% -
HSV(B) 12.59º 0.88% 1% -
XYZ 44.21 26.81 4.14 -
YUV 125.57 74.64 220.32 -
System Red Green Blue C M Y K H S L
Decimal 255 78 31 0 0.69 0.88 0 12.59 1 0.56
Hex FF 4E 1F 0 45 58 0 D 64 38
Octal 377 116 37 0 105 130 0 15 144 70
Binary 11111111 1001110 11111 0 1000101 1011000 0 1101 1100100 111000

Color Harmonies of #FF4E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4E1F

Black with #FF4E1F

Text Example


Text Example

White with #FF4E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4E1F; }

 p { color: rgb(255,78,31); }

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

background-color css

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

 a { background-color: rgb(255,78,31); }

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

border-color css

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

 span { border-color: rgb(255,78,31); }

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