Html Css Color HEX #FD552D Outrageous Orange

📋 copy color: '#FD552D'

red 253 ◦ green 85 ◦ blue 45

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

Shades of Outrageous Orange #FD552D

Tints of Outrageous Orange #FD552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

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

R = 66.06%
G = 22.19%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD552D (or 0xFD552D) is known color: Outrageous Orange. HEX triplet: FD, 55 and 2D. RGB value is (253,85,45). Sum of RGB (Red+Green+Blue) = 253+85+45=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD552D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD552D is #02AAD2. Grayscale: #828282. Windows color (decimal): -174803 or 2971133. OLE color: 2971133.

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

Color convert

RGB 253 85 45 -
CMYK 0 0.66 0.82 0.01
HSL 11.54º 0.98% 0.58% -
HSV(B) 11.54º 0.82% 0.99% -
XYZ 44.23 27.57 5.47 -
YUV 130.67 79.66 215.25 -
System Red Green Blue C M Y K H S L
Decimal 253 85 45 0 0.66 0.82 0.01 11.54 0.98 0.58
Hex FD 55 2D 0 42 52 1 C 62 3A
Octal 375 125 55 0 102 122 1 14 142 72
Binary 11111101 1010101 101101 0 1000010 1010010 1 1100 1100010 111010

Color Harmonies of #FD552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD552D

Black with #FD552D

Text Example


Text Example

White with #FD552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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