Html Css Color HEX #FB552D Outrageous Orange

📋 copy color: '#FB552D'

red 251 ◦ green 85 ◦ blue 45

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

Shades of Outrageous Orange #FB552D

Tints of Outrageous Orange #FB552D

RGB

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

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

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

R = 65.88%
G = 22.31%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB552D (or 0xFB552D) is known color: Outrageous Orange. HEX triplet: FB, 55 and 2D. RGB value is (251,85,45). Sum of RGB (Red+Green+Blue) = 251+85+45=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB552D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB552D is #04AAD2. Grayscale: #828282. Windows color (decimal): -305875 or 2971131. OLE color: 2971131.

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

Color convert

RGB 251 85 45 -
CMYK 0 0.66 0.82 0.02
HSL 11.65º 0.96% 0.58% -
HSV(B) 11.65º 0.82% 0.98% -
XYZ 43.51 27.2 5.44 -
YUV 130.07 80 214.25 -
System Red Green Blue C M Y K H S L
Decimal 251 85 45 0 0.66 0.82 0.02 11.65 0.96 0.58
Hex FB 55 2D 0 42 52 2 C 60 3A
Octal 373 125 55 0 102 122 2 14 140 72
Binary 11111011 1010101 101101 0 1000010 1010010 10 1100 1100000 111010

Color Harmonies of #FB552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB552D

Black with #FB552D

Text Example


Text Example

White with #FB552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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