Html Css Color HEX #FD5D2B Outrageous Orange

📋 copy color: '#FD5D2B'

red 253 ◦ green 93 ◦ blue 43

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

Shades of Outrageous Orange #FD5D2B

Tints of Outrageous Orange #FD5D2B

RGB

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

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

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

R = 65.04%
G = 23.91%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD5D2B (or 0xFD5D2B) is known color: Outrageous Orange. HEX triplet: FD, 5D and 2B. RGB value is (253,93,43). Sum of RGB (Red+Green+Blue) = 253+93+43=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D2B is #02A2D4. Grayscale: #878787. Windows color (decimal): -172757 or 2842109. OLE color: 2842109.

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

Color convert

RGB 253 93 43 -
CMYK 0 0.63 0.83 0.01
HSL 14.29º 0.98% 0.58% -
HSV(B) 14.29º 0.83% 0.99% -
XYZ 44.86 28.89 5.5 -
YUV 135.14 76.01 212.07 -
System Red Green Blue C M Y K H S L
Decimal 253 93 43 0 0.63 0.83 0.01 14.29 0.98 0.58
Hex FD 5D 2B 0 3F 53 1 E 62 3A
Octal 375 135 53 0 77 123 1 16 142 72
Binary 11111101 1011101 101011 0 111111 1010011 1 1110 1100010 111010

Color Harmonies of #FD5D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D2B

Black with #FD5D2B

Text Example


Text Example

White with #FD5D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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