Html Css Color HEX #FD5232 Outrageous Orange

📋 copy color: '#FD5232'

red 253 ◦ green 82 ◦ blue 50

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

Shades of Outrageous Orange #FD5232

Tints of Outrageous Orange #FD5232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.3%

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 65.71%
G = 21.3%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD5232 (or 0xFD5232) is known color: Outrageous Orange. HEX triplet: FD, 52 and 32. RGB value is (253,82,50). Sum of RGB (Red+Green+Blue) = 253+82+50=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5232 is #02ADCD. Grayscale: #818181. Windows color (decimal): -175566 or 3298045. OLE color: 3298045.

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

Color convert

RGB 253 82 50 -
CMYK 0 0.68 0.80 0.01
HSL 9.46º 0.98% 0.59% -
HSV(B) 9.46º 0.8% 0.99% -
XYZ 44.1 27.15 5.93 -
YUV 129.48 83.15 216.1 -
System Red Green Blue C M Y K H S L
Decimal 253 82 50 0 0.68 0.80 0.01 9.46 0.98 0.59
Hex FD 52 32 0 44 50 1 9 62 3B
Octal 375 122 62 0 104 120 1 11 142 73
Binary 11111101 1010010 110010 0 1000100 1010000 1 1001 1100010 111011

Color Harmonies of #FD5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5232

Black with #FD5232

Text Example


Text Example

White with #FD5232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5232; }

 p { color: rgb(253,82,50); }

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

background-color css

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

 a { background-color: rgb(253,82,50); }

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

border-color css

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

 span { border-color: rgb(253,82,50); }

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