Html Css Color HEX #FF4010 Orange Red

📋 copy color: '#FF4010'

red 255 ◦ green 64 ◦ blue 16

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

Shades of Orange Red #FF4010

Tints of Orange Red #FF4010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

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

R = 76.12%
G = 19.1%
B = 4.78%

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

#FF4010 (or 0xFF4010) is known color: Orange Red. HEX triplet: FF, 40 and 10. RGB value is (255,64,16). Sum of RGB (Red+Green+Blue) = 255+64+16=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4010 is #00BFEF. Grayscale: #747474. Windows color (decimal): -49136 or 1065215. OLE color: 1065215.

HSL color Cylindrical-coordinate representation of color #FF4010: hue angle of 12.05º 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 #FF4010 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 64 16 -
CMYK 0 0.75 0.94 0
HSL 12.05º 1% 0.53% -
HSV(B) 12.05º 0.94% 1% -
XYZ 43.17 24.96 3.03 -
YUV 115.64 71.78 227.4 -
System Red Green Blue C M Y K H S L
Decimal 255 64 16 0 0.75 0.94 0 12.05 1 0.53
Hex FF 40 10 0 4B 5E 0 C 64 35
Octal 377 100 20 0 113 136 0 14 144 65
Binary 11111111 1000000 10000 0 1001011 1011110 0 1100 1100100 110101

Color Harmonies of #FF4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4010

Black with #FF4010

Text Example


Text Example

White with #FF4010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4010; }

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

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

background-color css

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

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

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

border-color css

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

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

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