Html Css Color HEX #FF5D2D Outrageous Orange

📋 copy color: '#FF5D2D'

red 255 ◦ green 93 ◦ blue 45

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

Shades of Outrageous Orange #FF5D2D

Tints of Outrageous Orange #FF5D2D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.66%

 BLUE value IS 45 (17.97% from 255) = 11.45%

R = 64.89%
G = 23.66%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF5D2D (or 0xFF5D2D) is known color: Outrageous Orange. HEX triplet: FF, 5D and 2D. RGB value is (255,93,45). Sum of RGB (Red+Green+Blue) = 255+93+45=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D2D is #00A2D2. Grayscale: #888888. Windows color (decimal): -41683 or 2973183. OLE color: 2973183.

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

Color convert

RGB 255 93 45 -
CMYK 0 0.64 0.82 0
HSL 13.71º 1% 0.59% -
HSV(B) 13.71º 0.82% 1% -
XYZ 45.63 29.28 5.73 -
YUV 135.97 76.67 212.9 -
System Red Green Blue C M Y K H S L
Decimal 255 93 45 0 0.64 0.82 0 13.71 1 0.59
Hex FF 5D 2D 0 40 52 0 E 64 3B
Octal 377 135 55 0 100 122 0 16 144 73
Binary 11111111 1011101 101101 0 1000000 1010010 0 1110 1100100 111011

Color Harmonies of #FF5D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D2D

Black with #FF5D2D

Text Example


Text Example

White with #FF5D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D2D; }

 p { color: rgb(255,93,45); }

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

background-color css

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

 a { background-color: rgb(255,93,45); }

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

border-color css

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

 span { border-color: rgb(255,93,45); }

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