Html Css Color HEX #FD542E Outrageous Orange

📋 copy color: '#FD542E'

red 253 ◦ green 84 ◦ blue 46

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

Shades of Outrageous Orange #FD542E

Tints of Outrageous Orange #FD542E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.01%

R = 66.06%
G = 21.93%
B = 12.01%

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

#FD542E (or 0xFD542E) is known color: Outrageous Orange. HEX triplet: FD, 54 and 2E. RGB value is (253,84,46). Sum of RGB (Red+Green+Blue) = 253+84+46=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD542E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD542E is #02ABD1. Grayscale: #828282. Windows color (decimal): -175058 or 3036413. OLE color: 3036413.

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

Color convert

RGB 253 84 46 -
CMYK 0 0.67 0.82 0.01
HSL 11.01º 0.98% 0.59% -
HSV(B) 11.01º 0.82% 0.99% -
XYZ 44.17 27.42 5.55 -
YUV 130.2 80.49 215.59 -
System Red Green Blue C M Y K H S L
Decimal 253 84 46 0 0.67 0.82 0.01 11.01 0.98 0.59
Hex FD 54 2E 0 43 52 1 B 62 3B
Octal 375 124 56 0 103 122 1 13 142 73
Binary 11111101 1010100 101110 0 1000011 1010010 1 1011 1100010 111011

Color Harmonies of #FD542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD542E

Black with #FD542E

Text Example


Text Example

White with #FD542E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD542E; }

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

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

background-color css

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

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

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

border-color css

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

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

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