Html Css Color HEX #FF4506 Orange Red

📋 copy color: '#FF4506'

red 255 ◦ green 69 ◦ blue 6

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

Shades of Orange Red #FF4506

Tints of Orange Red #FF4506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.91%

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 77.27%
G = 20.91%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF4506 (or 0xFF4506) is known color: Orange Red. HEX triplet: FF, 45 and 06. RGB value is (255,69,6). Sum of RGB (Red+Green+Blue) = 255+69+6=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4506 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4506 is #00BAF9. Grayscale: #757575. Windows color (decimal): -47866 or 411135. OLE color: 411135.

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

Color convert

RGB 255 69 6 -
CMYK 0 0.73 0.98 0
HSL 15.18º 1% 0.51% -
HSV(B) 15.18º 0.98% 1% -
XYZ 43.4 25.53 2.81 -
YUV 117.43 65.12 226.12 -
System Red Green Blue C M Y K H S L
Decimal 255 69 6 0 0.73 0.98 0 15.18 1 0.51
Hex FF 45 6 0 49 62 0 F 64 33
Octal 377 105 6 0 111 142 0 17 144 63
Binary 11111111 1000101 110 0 1001001 1100010 0 1111 1100100 110011

Color Harmonies of #FF4506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4506

Black with #FF4506

Text Example


Text Example

White with #FF4506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4506; }

 p { color: rgb(255,69,6); }

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

background-color css

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

 a { background-color: rgb(255,69,6); }

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

border-color css

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

 span { border-color: rgb(255,69,6); }

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