Html Css Color HEX #FD5322 Outrageous Orange

📋 copy color: '#FD5322'

red 253 ◦ green 83 ◦ blue 34

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

Shades of Outrageous Orange #FD5322

Tints of Outrageous Orange #FD5322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.19%

R = 68.38%
G = 22.43%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD5322 (or 0xFD5322) is known color: Outrageous Orange. HEX triplet: FD, 53 and 22. RGB value is (253,83,34). Sum of RGB (Red+Green+Blue) = 253+83+34=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5322 is #02ACDD. Grayscale: #808080. Windows color (decimal): -175326 or 2249725. OLE color: 2249725.

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

Color convert

RGB 253 83 34 -
CMYK 0 0.67 0.87 0.01
HSL 13.42º 0.98% 0.56% -
HSV(B) 13.42º 0.87% 0.99% -
XYZ 43.89 27.18 4.45 -
YUV 128.24 74.82 216.98 -
System Red Green Blue C M Y K H S L
Decimal 253 83 34 0 0.67 0.87 0.01 13.42 0.98 0.56
Hex FD 53 22 0 43 57 1 D 62 38
Octal 375 123 42 0 103 127 1 15 142 70
Binary 11111101 1010011 100010 0 1000011 1010111 1 1101 1100010 111000

Color Harmonies of #FD5322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5322

Black with #FD5322

Text Example


Text Example

White with #FD5322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5322; }

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

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

background-color css

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

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

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

border-color css

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

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

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