Html Css Color HEX #FD542D Outrageous Orange

📋 copy color: '#FD542D'

red 253 ◦ green 84 ◦ blue 45

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

Shades of Outrageous Orange #FD542D

Tints of Outrageous Orange #FD542D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.99%

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

R = 66.23%
G = 21.99%
B = 11.78%

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

#FD542D (or 0xFD542D) is known color: Outrageous Orange. HEX triplet: FD, 54 and 2D. RGB value is (253,84,45). Sum of RGB (Red+Green+Blue) = 253+84+45=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD542D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD542D is #02ABD2. Grayscale: #828282. Windows color (decimal): -175059 or 2970877. OLE color: 2970877.

HSL color Cylindrical-coordinate representation of color #FD542D: hue angle of 11.25º 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 #FD542D is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 84 45 -
CMYK 0 0.67 0.82 0.01
HSL 11.25º 0.98% 0.58% -
HSV(B) 11.25º 0.82% 0.99% -
XYZ 44.15 27.41 5.45 -
YUV 130.09 79.99 215.67 -
System Red Green Blue C M Y K H S L
Decimal 253 84 45 0 0.67 0.82 0.01 11.25 0.98 0.58
Hex FD 54 2D 0 43 52 1 B 62 3A
Octal 375 124 55 0 103 122 1 13 142 72
Binary 11111101 1010100 101101 0 1000011 1010010 1 1011 1100010 111010

Color Harmonies of #FD542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD542D

Black with #FD542D

Text Example


Text Example

White with #FD542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD542D; }

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

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

background-color css

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

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

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

border-color css

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

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

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