Html Css Color HEX #FD5328 Outrageous Orange

📋 copy color: '#FD5328'

red 253 ◦ green 83 ◦ blue 40

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

Shades of Outrageous Orange #FD5328

Tints of Outrageous Orange #FD5328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.64%

R = 67.29%
G = 22.07%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD5328 (or 0xFD5328) is known color: Outrageous Orange. HEX triplet: FD, 53 and 28. RGB value is (253,83,40). Sum of RGB (Red+Green+Blue) = 253+83+40=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5328 is #02ACD7. Grayscale: #818181. Windows color (decimal): -175320 or 2642941. OLE color: 2642941.

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

Color convert

RGB 253 83 40 -
CMYK 0 0.67 0.84 0.01
HSL 12.11º 0.98% 0.57% -
HSV(B) 12.11º 0.84% 0.99% -
XYZ 43.98 27.22 4.94 -
YUV 128.93 77.82 216.5 -
System Red Green Blue C M Y K H S L
Decimal 253 83 40 0 0.67 0.84 0.01 12.11 0.98 0.57
Hex FD 53 28 0 43 54 1 C 62 39
Octal 375 123 50 0 103 124 1 14 142 71
Binary 11111101 1010011 101000 0 1000011 1010100 1 1100 1100010 111001

Color Harmonies of #FD5328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5328

Black with #FD5328

Text Example


Text Example

White with #FD5328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5328; }

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

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

background-color css

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

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

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

border-color css

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

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

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