Html Css Color HEX #FF4D27 Red Orange

📋 copy color: '#FF4D27'

red 255 ◦ green 77 ◦ blue 39

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

Shades of Red Orange #FF4D27

Tints of Red Orange #FF4D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.51%

R = 68.73%
G = 20.75%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF4D27 (or 0xFF4D27) is known color: Red Orange. HEX triplet: FF, 4D and 27. RGB value is (255,77,39). Sum of RGB (Red+Green+Blue) = 255+77+39=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D27 is #00B2D8. Grayscale: #7E7E7E. Windows color (decimal): -45785 or 2575871. OLE color: 2575871.

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

Color convert

RGB 255 77 39 -
CMYK 0 0.70 0.85 0
HSL 10.56º 1% 0.58% -
HSV(B) 10.56º 0.85% 1% -
XYZ 44.26 26.71 4.74 -
YUV 125.89 78.97 220.09 -
System Red Green Blue C M Y K H S L
Decimal 255 77 39 0 0.70 0.85 0 10.56 1 0.58
Hex FF 4D 27 0 46 55 0 B 64 3A
Octal 377 115 47 0 106 125 0 13 144 72
Binary 11111111 1001101 100111 0 1000110 1010101 0 1011 1100100 111010

Color Harmonies of #FF4D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4D27

Black with #FF4D27

Text Example


Text Example

White with #FF4D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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