Html Css Color HEX #FB552C Outrageous Orange

📋 copy color: '#FB552C'

red 251 ◦ green 85 ◦ blue 44

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

Shades of Outrageous Orange #FB552C

Tints of Outrageous Orange #FB552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.58%

R = 66.05%
G = 22.37%
B = 11.58%

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

#FB552C (or 0xFB552C) is known color: Outrageous Orange. HEX triplet: FB, 55 and 2C. RGB value is (251,85,44). Sum of RGB (Red+Green+Blue) = 251+85+44=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB552C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB552C is #04AAD3. Grayscale: #828282. Windows color (decimal): -305876 or 2905595. OLE color: 2905595.

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

Color convert

RGB 251 85 44 -
CMYK 0 0.66 0.82 0.02
HSL 11.88º 0.96% 0.58% -
HSV(B) 11.88º 0.82% 0.98% -
XYZ 43.49 27.19 5.34 -
YUV 129.96 79.5 214.33 -
System Red Green Blue C M Y K H S L
Decimal 251 85 44 0 0.66 0.82 0.02 11.88 0.96 0.58
Hex FB 55 2C 0 42 52 2 C 60 3A
Octal 373 125 54 0 102 122 2 14 140 72
Binary 11111011 1010101 101100 0 1000010 1010010 10 1100 1100000 111010

Color Harmonies of #FB552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB552C

Black with #FB552C

Text Example


Text Example

White with #FB552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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