Html Css Color HEX #FF5D2C Outrageous Orange

📋 copy color: '#FF5D2C'

red 255 ◦ green 93 ◦ blue 44

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

Shades of Outrageous Orange #FF5D2C

Tints of Outrageous Orange #FF5D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.22%

R = 65.05%
G = 23.72%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF5D2C (or 0xFF5D2C) is known color: Outrageous Orange. HEX triplet: FF, 5D and 2C. RGB value is (255,93,44). Sum of RGB (Red+Green+Blue) = 255+93+44=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D2C is #00A2D3. Grayscale: #888888. Windows color (decimal): -41684 or 2907647. OLE color: 2907647.

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

Color convert

RGB 255 93 44 -
CMYK 0 0.64 0.83 0
HSL 13.93º 1% 0.59% -
HSV(B) 13.93º 0.83% 1% -
XYZ 45.61 29.27 5.63 -
YUV 135.85 76.17 212.98 -
System Red Green Blue C M Y K H S L
Decimal 255 93 44 0 0.64 0.83 0 13.93 1 0.59
Hex FF 5D 2C 0 40 53 0 E 64 3B
Octal 377 135 54 0 100 123 0 16 144 73
Binary 11111111 1011101 101100 0 1000000 1010011 0 1110 1100100 111011

Color Harmonies of #FF5D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D2C

Black with #FF5D2C

Text Example


Text Example

White with #FF5D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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