Html Css Color HEX #FF5D2F Outrageous Orange

📋 copy color: '#FF5D2F'

red 255 ◦ green 93 ◦ blue 47

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

Shades of Outrageous Orange #FF5D2F

Tints of Outrageous Orange #FF5D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.9%

R = 64.56%
G = 23.54%
B = 11.9%

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

#FF5D2F (or 0xFF5D2F) is known color: Outrageous Orange. HEX triplet: FF, 5D and 2F. RGB value is (255,93,47). Sum of RGB (Red+Green+Blue) = 255+93+47=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D2F is #00A2D0. Grayscale: #888888. Windows color (decimal): -41681 or 3104255. OLE color: 3104255.

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

Color convert

RGB 255 93 47 -
CMYK 0 0.64 0.82 0
HSL 13.27º 1% 0.59% -
HSV(B) 13.27º 0.82% 1% -
XYZ 45.67 29.29 5.94 -
YUV 136.19 77.67 212.74 -
System Red Green Blue C M Y K H S L
Decimal 255 93 47 0 0.64 0.82 0 13.27 1 0.59
Hex FF 5D 2F 0 40 52 0 D 64 3B
Octal 377 135 57 0 100 122 0 15 144 73
Binary 11111111 1011101 101111 0 1000000 1010010 0 1101 1100100 111011

Color Harmonies of #FF5D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D2F

Black with #FF5D2F

Text Example


Text Example

White with #FF5D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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