Html Css Color HEX #FD5527 Outrageous Orange

📋 copy color: '#FD5527'

red 253 ◦ green 85 ◦ blue 39

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

Shades of Outrageous Orange #FD5527

Tints of Outrageous Orange #FD5527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.34%

R = 67.11%
G = 22.55%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD5527 (or 0xFD5527) is known color: Outrageous Orange. HEX triplet: FD, 55 and 27. RGB value is (253,85,39). Sum of RGB (Red+Green+Blue) = 253+85+39=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5527 is #02AAD8. Grayscale: #828282. Windows color (decimal): -174809 or 2577917. OLE color: 2577917.

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

Color convert

RGB 253 85 39 -
CMYK 0 0.66 0.85 0.01
HSL 12.9º 0.98% 0.57% -
HSV(B) 12.9º 0.85% 0.99% -
XYZ 44.12 27.53 4.91 -
YUV 129.99 76.66 215.74 -
System Red Green Blue C M Y K H S L
Decimal 253 85 39 0 0.66 0.85 0.01 12.9 0.98 0.57
Hex FD 55 27 0 42 55 1 D 62 39
Octal 375 125 47 0 102 125 1 15 142 71
Binary 11111101 1010101 100111 0 1000010 1010101 1 1101 1100010 111001

Color Harmonies of #FD5527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5527

Black with #FD5527

Text Example


Text Example

White with #FD5527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5527; }

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

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

background-color css

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

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

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

border-color css

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

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

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