Html Css Color HEX #FF4122 Red Orange

📋 copy color: '#FF4122'

red 255 ◦ green 65 ◦ blue 34

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

Shades of Red Orange #FF4122

Tints of Red Orange #FF4122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.6%

R = 72.03%
G = 18.36%
B = 9.6%

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

#FF4122 (or 0xFF4122) is known color: Red Orange. HEX triplet: FF, 41 and 22. RGB value is (255,65,34). Sum of RGB (Red+Green+Blue) = 255+65+34=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4122 is #00BEDD. Grayscale: #767676. Windows color (decimal): -48862 or 2245119. OLE color: 2245119.

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

Color convert

RGB 255 65 34 -
CMYK 0 0.75 0.87 0
HSL 8.42º 1% 0.57% -
HSV(B) 8.42º 0.87% 1% -
XYZ 43.42 25.16 4.08 -
YUV 118.28 80.45 225.52 -
System Red Green Blue C M Y K H S L
Decimal 255 65 34 0 0.75 0.87 0 8.42 1 0.57
Hex FF 41 22 0 4B 57 0 8 64 39
Octal 377 101 42 0 113 127 0 10 144 71
Binary 11111111 1000001 100010 0 1001011 1010111 0 1000 1100100 111001

Color Harmonies of #FF4122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4122

Black with #FF4122

Text Example


Text Example

White with #FF4122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4122; }

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

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

background-color css

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

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

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

border-color css

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

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

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