Html Css Color HEX #FF4005 Orange Red

📋 copy color: '#FF4005'

red 255 ◦ green 64 ◦ blue 5

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

Shades of Orange Red #FF4005

Tints of Orange Red #FF4005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 78.7%
G = 19.75%
B = 1.54%

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

#FF4005 (or 0xFF4005) is known color: Orange Red. HEX triplet: FF, 40 and 05. RGB value is (255,64,5). Sum of RGB (Red+Green+Blue) = 255+64+5=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4005 is #00BFFA. Grayscale: #727272. Windows color (decimal): -49147 or 344319. OLE color: 344319.

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

Color convert

RGB 255 64 5 -
CMYK 0 0.75 0.98 0
HSL 14.16º 1% 0.51% -
HSV(B) 14.16º 0.98% 1% -
XYZ 43.1 24.94 2.69 -
YUV 114.38 66.28 228.3 -
System Red Green Blue C M Y K H S L
Decimal 255 64 5 0 0.75 0.98 0 14.16 1 0.51
Hex FF 40 5 0 4B 62 0 E 64 33
Octal 377 100 5 0 113 142 0 16 144 63
Binary 11111111 1000000 101 0 1001011 1100010 0 1110 1100100 110011

Color Harmonies of #FF4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4005

Black with #FF4005

Text Example


Text Example

White with #FF4005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4005; }

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

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

background-color css

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

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

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

border-color css

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

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

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