Html Css Color HEX #FF4000 Orange Red

📋 copy color: '#FF4000'

red 255 ◦ green 64 ◦ blue 0

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

Shades of Orange Red #FF4000

Tints of Orange Red #FF4000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.94%
G = 20.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF4000 (or 0xFF4000) is known color: Orange Red. HEX triplet: FF, 40 and 00. RGB value is (255,64,0). Sum of RGB (Red+Green+Blue) = 255+64+0=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4000 is #00BFFF. Grayscale: #727272. Windows color (decimal): -49152 or 16639. OLE color: 16639.

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

Color convert

RGB 255 64 0 -
CMYK 0 0.75 1 0
HSL 15.06º 1% 0.5% -
HSV(B) 15.06º 1% 1% -
XYZ 43.07 24.93 2.54 -
YUV 113.81 63.78 228.7 -
System Red Green Blue C M Y K H S L
Decimal 255 64 0 0 0.75 1 0 15.06 1 0.5
Hex FF 40 0 0 4B 64 0 F 64 32
Octal 377 100 0 0 113 144 0 17 144 62
Binary 11111111 1000000 0 0 1001011 1100100 0 1111 1100100 110010

Color Harmonies of #FF4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4000

Black with #FF4000

Text Example


Text Example

White with #FF4000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4000; }

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

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

background-color css

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

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

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

border-color css

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

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

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