Html Css Color HEX #FD551E Outrageous Orange

📋 copy color: '#FD551E'

red 253 ◦ green 85 ◦ blue 30

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

Shades of Outrageous Orange #FD551E

Tints of Outrageous Orange #FD551E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.15%

R = 68.75%
G = 23.1%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD551E (or 0xFD551E) is known color: Outrageous Orange. HEX triplet: FD, 55 and 1E. RGB value is (253,85,30). Sum of RGB (Red+Green+Blue) = 253+85+30=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD551E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD551E is #02AAE1. Grayscale: #818181. Windows color (decimal): -174818 or 1988093. OLE color: 1988093.

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

Color convert

RGB 253 85 30 -
CMYK 0 0.66 0.88 0.01
HSL 14.8º 0.98% 0.55% -
HSV(B) 14.8º 0.88% 0.99% -
XYZ 43.99 27.47 4.21 -
YUV 128.96 72.16 216.47 -
System Red Green Blue C M Y K H S L
Decimal 253 85 30 0 0.66 0.88 0.01 14.8 0.98 0.55
Hex FD 55 1E 0 42 58 1 F 62 37
Octal 375 125 36 0 102 130 1 17 142 67
Binary 11111101 1010101 11110 0 1000010 1011000 1 1111 1100010 110111

Color Harmonies of #FD551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD551E

Black with #FD551E

Text Example


Text Example

White with #FD551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD551E; }

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

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

background-color css

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

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

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

border-color css

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

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

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