Html Css Color HEX #FD532D Outrageous Orange

📋 copy color: '#FD532D'

red 253 ◦ green 83 ◦ blue 45

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

Shades of Outrageous Orange #FD532D

Tints of Outrageous Orange #FD532D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.81%

R = 66.4%
G = 21.78%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD532D (or 0xFD532D) is known color: Outrageous Orange. HEX triplet: FD, 53 and 2D. RGB value is (253,83,45). Sum of RGB (Red+Green+Blue) = 253+83+45=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD532D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD532D is #02ACD2. Grayscale: #818181. Windows color (decimal): -175315 or 2970621. OLE color: 2970621.

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

Color convert

RGB 253 83 45 -
CMYK 0 0.67 0.82 0.01
HSL 10.96º 0.98% 0.58% -
HSV(B) 10.96º 0.82% 0.99% -
XYZ 44.07 27.26 5.42 -
YUV 129.5 80.32 216.09 -
System Red Green Blue C M Y K H S L
Decimal 253 83 45 0 0.67 0.82 0.01 10.96 0.98 0.58
Hex FD 53 2D 0 43 52 1 B 62 3A
Octal 375 123 55 0 103 122 1 13 142 72
Binary 11111101 1010011 101101 0 1000011 1010010 1 1011 1100010 111010

Color Harmonies of #FD532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD532D

Black with #FD532D

Text Example


Text Example

White with #FD532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD532D; }

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

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

background-color css

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

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

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

border-color css

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

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

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