Html Css Color HEX #FF4120 Red Orange

📋 copy color: '#FF4120'

red 255 ◦ green 65 ◦ blue 32

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

Shades of Red Orange #FF4120

Tints of Red Orange #FF4120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.47%

 BLUE value IS 32 (12.89% from 255) = 9.09%

R = 72.44%
G = 18.47%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF4120 (or 0xFF4120) is known color: Red Orange. HEX triplet: FF, 41 and 20. RGB value is (255,65,32). Sum of RGB (Red+Green+Blue) = 255+65+32=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4120 is #00BEDF. Grayscale: #767676. Windows color (decimal): -48864 or 2114047. OLE color: 2114047.

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

Color convert

RGB 255 65 32 -
CMYK 0 0.75 0.87 0
HSL 8.88º 1% 0.56% -
HSV(B) 8.88º 0.87% 1% -
XYZ 43.39 25.14 3.93 -
YUV 118.05 79.45 225.68 -
System Red Green Blue C M Y K H S L
Decimal 255 65 32 0 0.75 0.87 0 8.88 1 0.56
Hex FF 41 20 0 4B 57 0 9 64 38
Octal 377 101 40 0 113 127 0 11 144 70
Binary 11111111 1000001 100000 0 1001011 1010111 0 1001 1100100 111000

Color Harmonies of #FF4120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4120

Black with #FF4120

Text Example


Text Example

White with #FF4120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4120; }

 p { color: rgb(255,65,32); }

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

background-color css

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

 a { background-color: rgb(255,65,32); }

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

border-color css

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

 span { border-color: rgb(255,65,32); }

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