Html Css Color HEX #FD5333 Outrageous Orange

📋 copy color: '#FD5333'

red 253 ◦ green 83 ◦ blue 51

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

Shades of Outrageous Orange #FD5333

Tints of Outrageous Orange #FD5333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.45%

 BLUE value IS 51 (20.31% from 255) = 13.18%

R = 65.37%
G = 21.45%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD5333 (or 0xFD5333) is known color: Outrageous Orange. HEX triplet: FD, 53 and 33. RGB value is (253,83,51). Sum of RGB (Red+Green+Blue) = 253+83+51=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5333 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5333 is #02ACCC. Grayscale: #828282. Windows color (decimal): -175309 or 3363837. OLE color: 3363837.

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

Color convert

RGB 253 83 51 -
CMYK 0 0.67 0.80 0.01
HSL 9.5º 0.98% 0.6% -
HSV(B) 9.5º 0.8% 0.99% -
XYZ 44.2 27.31 6.07 -
YUV 130.18 83.32 215.6 -
System Red Green Blue C M Y K H S L
Decimal 253 83 51 0 0.67 0.80 0.01 9.5 0.98 0.6
Hex FD 53 33 0 43 50 1 A 62 3C
Octal 375 123 63 0 103 120 1 12 142 74
Binary 11111101 1010011 110011 0 1000011 1010000 1 1010 1100010 111100

Color Harmonies of #FD5333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5333

Black with #FD5333

Text Example


Text Example

White with #FD5333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5333; }

 p { color: rgb(253,83,51); }

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

background-color css

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

 a { background-color: rgb(253,83,51); }

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

border-color css

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

 span { border-color: rgb(253,83,51); }

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