Html Css Color HEX #FF400F Orange Red

📋 copy color: '#FF400F'

red 255 ◦ green 64 ◦ blue 15

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

Shades of Orange Red #FF400F

Tints of Orange Red #FF400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 76.35%
G = 19.16%
B = 4.49%

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

#FF400F (or 0xFF400F) is known color: Orange Red. HEX triplet: FF, 40 and 0F. RGB value is (255,64,15). Sum of RGB (Red+Green+Blue) = 255+64+15=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF400F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF400F is #00BFF0. Grayscale: #737373. Windows color (decimal): -49137 or 999679. OLE color: 999679.

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

Color convert

RGB 255 64 15 -
CMYK 0 0.75 0.94 0
HSL 12.25º 1% 0.53% -
HSV(B) 12.25º 0.94% 1% -
XYZ 43.16 24.96 3 -
YUV 115.52 71.28 227.48 -
System Red Green Blue C M Y K H S L
Decimal 255 64 15 0 0.75 0.94 0 12.25 1 0.53
Hex FF 40 F 0 4B 5E 0 C 64 35
Octal 377 100 17 0 113 136 0 14 144 65
Binary 11111111 1000000 1111 0 1001011 1011110 0 1100 1100100 110101

Color Harmonies of #FF400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF400F

Black with #FF400F

Text Example


Text Example

White with #FF400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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