Html Css Color HEX #FF4110 Orange Red

📋 copy color: '#FF4110'

red 255 ◦ green 65 ◦ blue 16

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

Shades of Orange Red #FF4110

Tints of Orange Red #FF4110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.76%

R = 75.89%
G = 19.35%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF4110 (or 0xFF4110) is known color: Orange Red. HEX triplet: FF, 41 and 10. RGB value is (255,65,16). Sum of RGB (Red+Green+Blue) = 255+65+16=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4110 is #00BEEF. Grayscale: #747474. Windows color (decimal): -48880 or 1065471. OLE color: 1065471.

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

Color convert

RGB 255 65 16 -
CMYK 0 0.75 0.94 0
HSL 12.3º 1% 0.53% -
HSV(B) 12.3º 0.94% 1% -
XYZ 43.22 25.08 3.05 -
YUV 116.22 71.45 226.98 -
System Red Green Blue C M Y K H S L
Decimal 255 65 16 0 0.75 0.94 0 12.3 1 0.53
Hex FF 41 10 0 4B 5E 0 C 64 35
Octal 377 101 20 0 113 136 0 14 144 65
Binary 11111111 1000001 10000 0 1001011 1011110 0 1100 1100100 110101

Color Harmonies of #FF4110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4110

Black with #FF4110

Text Example


Text Example

White with #FF4110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4110; }

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

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

background-color css

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

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

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

border-color css

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

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

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