Html Css Color HEX #FB5552 Sunset Orange

📋 copy color: '#FB5552'

red 251 ◦ green 85 ◦ blue 82

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

Shades of Sunset Orange #FB5552

Tints of Sunset Orange #FB5552

RGB

 RED value IS 251 (98.44% from 255) = 60.05%

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

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 60.05%
G = 20.33%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FB5552 (or 0xFB5552) is known color: Sunset Orange. HEX triplet: FB, 55 and 52. RGB value is (251,85,82). Sum of RGB (Red+Green+Blue) = 251+85+82=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5552 is #04AAAD. Grayscale: #868686. Windows color (decimal): -305838 or 5395963. OLE color: 5395963.

HSL color Cylindrical-coordinate representation of color #FB5552: hue angle of 1.07º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB5552 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 85 82 -
CMYK 0 0.66 0.67 0.02
HSL 1.07º 0.95% 0.65% -
HSV(B) 1.07º 0.67% 0.98% -
XYZ 44.56 27.62 10.96 -
YUV 134.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 251 85 82 0 0.66 0.67 0.02 1.07 0.95 0.65
Hex FB 55 52 0 42 43 2 1 5F 41
Octal 373 125 122 0 102 103 2 1 137 101
Binary 11111011 1010101 1010010 0 1000010 1000011 10 1 1011111 1000001

Color Harmonies of #FB5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5552

Black with #FB5552

Text Example


Text Example

White with #FB5552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5552; }

 p { color: rgb(251,85,82); }

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

background-color css

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

 a { background-color: rgb(251,85,82); }

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

border-color css

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

 span { border-color: rgb(251,85,82); }

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