Html Css Color HEX #FB552E Outrageous Orange

📋 copy color: '#FB552E'

red 251 ◦ green 85 ◦ blue 46

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

Shades of Outrageous Orange #FB552E

Tints of Outrageous Orange #FB552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.04%

R = 65.71%
G = 22.25%
B = 12.04%

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

#FB552E (or 0xFB552E) is known color: Outrageous Orange. HEX triplet: FB, 55 and 2E. RGB value is (251,85,46). Sum of RGB (Red+Green+Blue) = 251+85+46=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB552E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB552E is #04AAD1. Grayscale: #828282. Windows color (decimal): -305874 or 3036667. OLE color: 3036667.

HSL color Cylindrical-coordinate representation of color #FB552E: hue angle of 11.41º 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 #FB552E is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 85 46 -
CMYK 0 0.66 0.82 0.02
HSL 11.41º 0.96% 0.58% -
HSV(B) 11.41º 0.82% 0.98% -
XYZ 43.53 27.2 5.54 -
YUV 130.19 80.5 214.17 -
System Red Green Blue C M Y K H S L
Decimal 251 85 46 0 0.66 0.82 0.02 11.41 0.96 0.58
Hex FB 55 2E 0 42 52 2 B 60 3A
Octal 373 125 56 0 102 122 2 13 140 72
Binary 11111011 1010101 101110 0 1000010 1010010 10 1011 1100000 111010

Color Harmonies of #FB552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB552E

Black with #FB552E

Text Example


Text Example

White with #FB552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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