Html Css Color HEX #FF4D1E Red Orange

📋 copy color: '#FF4D1E'

red 255 ◦ green 77 ◦ blue 30

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

Shades of Red Orange #FF4D1E

Tints of Red Orange #FF4D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.27%

 BLUE value IS 30 (12.11% from 255) = 8.29%

R = 70.44%
G = 21.27%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF4D1E (or 0xFF4D1E) is known color: Red Orange. HEX triplet: FF, 4D and 1E. RGB value is (255,77,30). Sum of RGB (Red+Green+Blue) = 255+77+30=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D1E is #00B2E1. Grayscale: #7D7D7D. Windows color (decimal): -45794 or 1986047. OLE color: 1986047.

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

Color convert

RGB 255 77 30 -
CMYK 0 0.70 0.88 0
HSL 12.53º 1% 0.56% -
HSV(B) 12.53º 0.88% 1% -
XYZ 44.13 26.66 4.05 -
YUV 124.86 74.47 220.82 -
System Red Green Blue C M Y K H S L
Decimal 255 77 30 0 0.70 0.88 0 12.53 1 0.56
Hex FF 4D 1E 0 46 58 0 D 64 38
Octal 377 115 36 0 106 130 0 15 144 70
Binary 11111111 1001101 11110 0 1000110 1011000 0 1101 1100100 111000

Color Harmonies of #FF4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4D1E

Black with #FF4D1E

Text Example


Text Example

White with #FF4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4D1E; }

 p { color: rgb(255,77,30); }

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

background-color css

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

 a { background-color: rgb(255,77,30); }

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

border-color css

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

 span { border-color: rgb(255,77,30); }

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