Html Css Color HEX #FF4106 Orange Red

📋 copy color: '#FF4106'

red 255 ◦ green 65 ◦ blue 6

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

Shades of Orange Red #FF4106

Tints of Orange Red #FF4106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.84%

R = 78.22%
G = 19.94%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF4106 (or 0xFF4106) is known color: Orange Red. HEX triplet: FF, 41 and 06. RGB value is (255,65,6). Sum of RGB (Red+Green+Blue) = 255+65+6=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4106 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4106 is #00BEF9. Grayscale: #737373. Windows color (decimal): -48890 or 410111. OLE color: 410111.

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

Color convert

RGB 255 65 6 -
CMYK 0 0.75 0.98 0
HSL 14.22º 1% 0.51% -
HSV(B) 14.22º 0.98% 1% -
XYZ 43.16 25.05 2.73 -
YUV 115.08 66.45 227.8 -
System Red Green Blue C M Y K H S L
Decimal 255 65 6 0 0.75 0.98 0 14.22 1 0.51
Hex FF 41 6 0 4B 62 0 E 64 33
Octal 377 101 6 0 113 142 0 16 144 63
Binary 11111111 1000001 110 0 1001011 1100010 0 1110 1100100 110011

Color Harmonies of #FF4106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4106

Black with #FF4106

Text Example


Text Example

White with #FF4106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4106; }

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

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

background-color css

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

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

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

border-color css

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

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

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