Html Css Color HEX #FF5D2B Outrageous Orange

📋 copy color: '#FF5D2B'

red 255 ◦ green 93 ◦ blue 43

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

Shades of Outrageous Orange #FF5D2B

Tints of Outrageous Orange #FF5D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11%

R = 65.22%
G = 23.79%
B = 11%

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

#FF5D2B (or 0xFF5D2B) is known color: Outrageous Orange. HEX triplet: FF, 5D and 2B. RGB value is (255,93,43). Sum of RGB (Red+Green+Blue) = 255+93+43=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D2B is #00A2D4. Grayscale: #888888. Windows color (decimal): -41685 or 2842111. OLE color: 2842111.

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

Color convert

RGB 255 93 43 -
CMYK 0 0.64 0.83 0
HSL 14.15º 1% 0.58% -
HSV(B) 14.15º 0.83% 1% -
XYZ 45.59 29.26 5.53 -
YUV 135.74 75.67 213.07 -
System Red Green Blue C M Y K H S L
Decimal 255 93 43 0 0.64 0.83 0 14.15 1 0.58
Hex FF 5D 2B 0 40 53 0 E 64 3A
Octal 377 135 53 0 100 123 0 16 144 72
Binary 11111111 1011101 101011 0 1000000 1010011 0 1110 1100100 111010

Color Harmonies of #FF5D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D2B

Black with #FF5D2B

Text Example


Text Example

White with #FF5D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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