Html Css Color HEX #FD5D2F Outrageous Orange

📋 copy color: '#FD5D2F'

red 253 ◦ green 93 ◦ blue 47

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

Shades of Outrageous Orange #FD5D2F

Tints of Outrageous Orange #FD5D2F

RGB

 RED value IS 253 (99.22% from 255) = 64.38%

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

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

R = 64.38%
G = 23.66%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD5D2F (or 0xFD5D2F) is known color: Outrageous Orange. HEX triplet: FD, 5D and 2F. RGB value is (253,93,47). Sum of RGB (Red+Green+Blue) = 253+93+47=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D2F is #02A2D0. Grayscale: #878787. Windows color (decimal): -172753 or 3104253. OLE color: 3104253.

HSL color Cylindrical-coordinate representation of color #FD5D2F: hue angle of 13.4º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD5D2F is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 93 47 -
CMYK 0 0.63 0.81 0.01
HSL 13.4º 0.98% 0.59% -
HSV(B) 13.4º 0.81% 0.99% -
XYZ 44.94 28.92 5.9 -
YUV 135.6 78.01 211.74 -
System Red Green Blue C M Y K H S L
Decimal 253 93 47 0 0.63 0.81 0.01 13.4 0.98 0.59
Hex FD 5D 2F 0 3F 51 1 D 62 3B
Octal 375 135 57 0 77 121 1 15 142 73
Binary 11111101 1011101 101111 0 111111 1010001 1 1101 1100010 111011

Color Harmonies of #FD5D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D2F

Black with #FD5D2F

Text Example


Text Example

White with #FD5D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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