Html Css Color HEX #FD532A Outrageous Orange

📋 copy color: '#FD532A'

red 253 ◦ green 83 ◦ blue 42

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

Shades of Outrageous Orange #FD532A

Tints of Outrageous Orange #FD532A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.11%

R = 66.93%
G = 21.96%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD532A (or 0xFD532A) is known color: Outrageous Orange. HEX triplet: FD, 53 and 2A. RGB value is (253,83,42). Sum of RGB (Red+Green+Blue) = 253+83+42=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD532A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD532A is #02ACD5. Grayscale: #818181. Windows color (decimal): -175318 or 2774013. OLE color: 2774013.

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

Color convert

RGB 253 83 42 -
CMYK 0 0.67 0.83 0.01
HSL 11.66º 0.98% 0.58% -
HSV(B) 11.66º 0.83% 0.99% -
XYZ 44.02 27.24 5.13 -
YUV 129.16 78.82 216.33 -
System Red Green Blue C M Y K H S L
Decimal 253 83 42 0 0.67 0.83 0.01 11.66 0.98 0.58
Hex FD 53 2A 0 43 53 1 C 62 3A
Octal 375 123 52 0 103 123 1 14 142 72
Binary 11111101 1010011 101010 0 1000011 1010011 1 1100 1100010 111010

Color Harmonies of #FD532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD532A

Black with #FD532A

Text Example


Text Example

White with #FD532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD532A; }

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

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

background-color css

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

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

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

border-color css

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

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

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