Html Css Color HEX #FF4600 Orange Red

📋 copy color: '#FF4600'

red 255 ◦ green 70 ◦ blue 0

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

Shades of Orange Red #FF4600

Tints of Orange Red #FF4600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 78.46%
G = 21.54%
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

#FF4600 (or 0xFF4600) is known color: Orange Red. HEX triplet: FF, 46 and 00. RGB value is (255,70,0). Sum of RGB (Red+Green+Blue) = 255+70+0=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4600 is #00B9FF. Grayscale: #757575. Windows color (decimal): -47616 or 18175. OLE color: 18175.

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

Color convert

RGB 255 70 0 -
CMYK 0 0.73 1 0
HSL 16.47º 1% 0.5% -
HSV(B) 16.47º 1% 1% -
XYZ 43.43 25.64 2.66 -
YUV 117.34 61.79 226.19 -
System Red Green Blue C M Y K H S L
Decimal 255 70 0 0 0.73 1 0 16.47 1 0.5
Hex FF 46 0 0 49 64 0 10 64 32
Octal 377 106 0 0 111 144 0 20 144 62
Binary 11111111 1000110 0 0 1001001 1100100 0 10000 1100100 110010

Color Harmonies of #FF4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4600

Black with #FF4600

Text Example


Text Example

White with #FF4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4600; }

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

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

background-color css

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

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

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

border-color css

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

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

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