Html Css Color HEX #FD551F Outrageous Orange

📋 copy color: '#FD551F'

red 253 ◦ green 85 ◦ blue 31

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

Shades of Outrageous Orange #FD551F

Tints of Outrageous Orange #FD551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.4%

R = 68.56%
G = 23.04%
B = 8.4%

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

#FD551F (or 0xFD551F) is known color: Outrageous Orange. HEX triplet: FD, 55 and 1F. RGB value is (253,85,31). Sum of RGB (Red+Green+Blue) = 253+85+31=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD551F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD551F is #02AAE0. Grayscale: #818181. Windows color (decimal): -174817 or 2053629. OLE color: 2053629.

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

Color convert

RGB 253 85 31 -
CMYK 0 0.66 0.88 0.01
HSL 14.59º 0.98% 0.56% -
HSV(B) 14.59º 0.88% 0.99% -
XYZ 44 27.48 4.28 -
YUV 129.08 72.66 216.39 -
System Red Green Blue C M Y K H S L
Decimal 253 85 31 0 0.66 0.88 0.01 14.59 0.98 0.56
Hex FD 55 1F 0 42 58 1 F 62 38
Octal 375 125 37 0 102 130 1 17 142 70
Binary 11111101 1010101 11111 0 1000010 1011000 1 1111 1100010 111000

Color Harmonies of #FD551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD551F

Black with #FD551F

Text Example


Text Example

White with #FD551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD551F; }

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

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

background-color css

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

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

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

border-color css

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

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

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