Html Css Color HEX #FF4400 Orange Red

📋 copy color: '#FF4400'

red 255 ◦ green 68 ◦ blue 0

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

Shades of Orange Red #FF4400

Tints of Orange Red #FF4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.05%

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

R = 78.95%
G = 21.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF4400 (or 0xFF4400) is known color: Orange Red. HEX triplet: FF, 44 and 00. RGB value is (255,68,0). Sum of RGB (Red+Green+Blue) = 255+68+0=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4400 is #00BBFF. Grayscale: #747474. Windows color (decimal): -48128 or 17663. OLE color: 17663.

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

Color convert

RGB 255 68 0 -
CMYK 0 0.73 1 0
HSL 16º 1% 0.5% -
HSV(B) 16º 1% 1% -
XYZ 43.31 25.39 2.62 -
YUV 116.16 62.45 227.03 -
System Red Green Blue C M Y K H S L
Decimal 255 68 0 0 0.73 1 0 16 1 0.5
Hex FF 44 0 0 49 64 0 10 64 32
Octal 377 104 0 0 111 144 0 20 144 62
Binary 11111111 1000100 0 0 1001001 1100100 0 10000 1100100 110010

Color Harmonies of #FF4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4400

Black with #FF4400

Text Example


Text Example

White with #FF4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4400; }

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

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

background-color css

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

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

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

border-color css

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

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

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