Html Css Color HEX #FF5D3F Outrageous Orange

📋 copy color: '#FF5D3F'

red 255 ◦ green 93 ◦ blue 63

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

Shades of Outrageous Orange #FF5D3F

Tints of Outrageous Orange #FF5D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.33%

R = 62.04%
G = 22.63%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF5D3F (or 0xFF5D3F) is known color: Outrageous Orange. HEX triplet: FF, 5D and 3F. RGB value is (255,93,63). Sum of RGB (Red+Green+Blue) = 255+93+63=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D3F is #00A2C0. Grayscale: #8A8A8A. Windows color (decimal): -41665 or 4152831. OLE color: 4152831.

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

Color convert

RGB 255 93 63 -
CMYK 0 0.64 0.75 0
HSL 9.38º 1% 0.62% -
HSV(B) 9.38º 0.75% 1% -
XYZ 46.05 29.45 7.96 -
YUV 138.02 85.67 211.44 -
System Red Green Blue C M Y K H S L
Decimal 255 93 63 0 0.64 0.75 0 9.38 1 0.62
Hex FF 5D 3F 0 40 4B 0 9 64 3E
Octal 377 135 77 0 100 113 0 11 144 76
Binary 11111111 1011101 111111 0 1000000 1001011 0 1001 1100100 111110

Color Harmonies of #FF5D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D3F

Black with #FF5D3F

Text Example


Text Example

White with #FF5D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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